List of Colleges teaching Botany Course in Andhra Pradesh
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Botany' and state like 'andhra%' and dist is not null AND trim(dist)<>'' group by programme,state,dist12