List of Colleges teaching Other Social Science Course in Delhi
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Other Social Science' and state like 'delhi%' and dist is not null AND trim(dist)<>'' group by programme,state,dist6