List of Colleges teaching Mechanical Engineering Course in Meghalaya
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Mechanical Engineering' and state like 'meghalaya%' and dist is not null AND trim(dist)<>'' group by programme,state,dist2