a) The query is syntactically wrong
b) The query gives the studentID of the student with the maximum marks
c) The query gives the maximum marks amongst all the students
d) The query gives all the studentID values except the student with the maximum marks
Choose the correct option regarding the following query WITH max_marks (VALUE) AS (SELECT MAX(marks) FROM student) SELEC
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Choose the correct option regarding the following query WITH max_marks (VALUE) AS (SELECT MAX(marks) FROM student) SELEC
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!