List of Colleges teaching Bio-Science Course in Bihar
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Bio-Science' and state like 'bihar%' and dist is not null AND trim(dist)<>'' group by programme,state,dist1