M.Lib.Sc. -Master of Library Science Course in Dibrugarh, Assam
SELECT distinct course,state,dist, count(*) as nos FROM college_course where course='M.Lib.Sc. -Master of Library Science' and state like 'assam%' and dist like 'dibrugarh%' group by course,state,dist1