SELECT university FROM user_profile GROUP BY university;
SELECT DISTINCT university FROM user_profile;