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