Library & Information Science Course in Bhind, Madhya Pradesh
SELECT distinct programme,state,dist, count(*) as nos FROM college_course where programme='Library & Information Science' and state like 'madhya%' and dist like 'bhind%' group by programme,state,dist1