List of Colleges teaching Agriculture Course in Jharkhand
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Agriculture' and state like 'jharkhand%' and dist is not null AND trim(dist)<>'' group by programme,state,dist2