Hello.. Suppose i have the following table
Students (StudentID, StudentName)
StudentMarks (StudentID, Mark)
I need to select the student with the highest mark.. if there is more than one student have the same mark (and its the highest mark).. then select according to name order (alphabatically)
How can i do this? Thanks in advance