select sName, GPA, sID from Student S1 where not exists (select sName from Student S2 where S2.GPA > S1.GPA)
Say the above query. How does the follo