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