List of Colleges teaching Other Engineering & Technology Course in Kerala
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Other Engineering & Technology' and state like 'kerala%' and dist is not null AND trim(dist)<>'' group by programme,state,dist12