List of Colleges teaching Gastroenterology Course in Uttar Pradesh
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Gastroenterology' and state like 'uttar%' and dist is not null AND trim(dist)<>'' group by programme,state,dist1