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