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