List of Colleges teaching Mathematics Course in Lakshadweep
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Mathematics' and state like 'lakshadweep%' and dist is not null AND trim(dist)<>'' group by programme,state,dist1