List of Colleges teaching Gandhian Studies Course in Rajasthan
SELECT distinct programme,state,dist,count(*) as nos FROM college_course where programme='Gandhian Studies' and state like 'rajasthan%' and dist is not null AND trim(dist)<>'' group by programme,state,dist7