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