Mechanical Engineering Course in Mathura, Uttar Pradesh
SELECT distinct programme,state,dist, count(*) as nos FROM college_course where programme='Mechanical Engineering' and state like 'uttar%' and dist like 'mathura%' group by programme,state,dist1