Library & Information Science Course in Barddhaman, West Bengal
SELECT distinct programme,state,dist, count(*) as nos FROM college_course where programme='Library & Information Science' and state like 'west%' and dist like 'barddhaman%' group by programme,state,dist1