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