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