List of Colleges teaching M.Lib.Sc. -Master of Library Science Course in Maharashtra
SELECT distinct course, state,dist,count(*) as nos FROM college_course where course='M.Lib.Sc. -Master of Library Science' and state like 'maharashtra%' and ( dist is not null AND trim(dist)<>'') group by course,state,dist16