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