Computer Science, asked by ashishsharma95014, 8 days ago

Given the schema below for a SQL table, write a query to get the name and
roll_number of the student with the highest score in maths.
Student {
id INT,
name varchar,
roll_number INT,
maths_marks INT,
science_marks INT,
}

Answers

Answered by 273ankitapanda
0

Answer:

science_marks INT, what is this

Similar questions