Library & Information Science Course in Kapurthala, Punjab
SELECT distinct programme,state,dist, count(*) as nos FROM college_course where programme='Library & Information Science' and state like 'punjab%' and dist like 'kapurthala%' group by programme,state,dist1