select device_id, university, gpa
from user_profile x
where gpa <= all(select gpa from user_profile y where x.university = y.university)
order by university