Saved Bookmarks
| 1. |
Given the schema below for a SQL table, write a query to get the name androll_number of the student with the highest score in maths.Student {id INT,name varchar,roll_number INT,maths_marks INT,science_marks INT,} |
| Answer» | |