Library & Information Science Course in Alwar, Rajasthan
SELECT distinct programme,state,dist, count(*) as nos FROM college_course where programme='Library & Information Science' and state like 'rajasthan%' and dist like 'alwar%' group by programme,state,dist1