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