SELECT studentdatabasename
FROM RDBMS
WHERE marks > SOME (SELECT marks
FROM student
WHERE SECTION = 'c');
a) The query gives all the studentdatabasename for which marks are greater than all the students in section c
b) The query gives all the studentdatabasename for which the marks are greater than at least on student in section c
c) The query gives all the studentdatabasename for which the marks are less than all the students in section c
d) The query is syntactically incorrect
What is the result of the following query?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the result of the following query?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!