M.Lib.Sc. -Master of Library Science Course in Fatehgarh Sahib, Punjab
SELECT distinct course,state,dist, count(*) as nos FROM college_course where course='M.Lib.Sc. -Master of Library Science' and state like 'punjab%' and dist like 'fatehgarh%' group by course,state,dist1