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