Hi,
I have a student table with stdno,stdname,stdmajor,stdgpa etc as columns.
I need to create a Sql statement to find : For each major ----the stdno,name and gpa of student with highest gpa.
The following stmt gives error,pls help
SELECT StdMajor,StdNo,StdFirstName,StdLastName,StdGPA
WHERE...