List of Colleges teaching POLYMER ENGINEERING Course in Maharashtra
SELECT distinct course, state,dist,count(*) as nos FROM college_course where course='POLYMER ENGINEERING' and state like 'maharashtra%' and ( dist is not null AND trim(dist)<>'') group by course,state,dist2