Mechanical Engineering Course in Pashchimi Singhbhum, Jharkhand
SELECT distinct programme,state,dist, count(*) as nos FROM college_course where programme='Mechanical Engineering' and state like 'jharkhand%' and dist like 'pashchimi%' group by programme,state,dist1