List of Colleges teaching M.P.A.-Master of Performing Arts Course in Puducherry
SELECT distinct course, state,dist,count(*) as nos FROM college_course where course='M.P.A.-Master of Performing Arts' and state like 'puducherry%' and ( dist is not null AND trim(dist)<>'') group by course,state,dist1