List of Colleges teaching M.Lib.Sc. -Master of Library Science Course in 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 is not null AND trim(dist)<>'') group by course,state,dist6