B.Tech.-Bachelor of Technology Course in Nagpur, Maharashtra
SELECT distinct course,state,dist, count(*) as nos FROM college_course where course='B.Tech.-Bachelor of Technology' and state like 'maharashtra%' and dist like 'nagpur%' group by course,state,dist1