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