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