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