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