...
Question 10293 – Engineering-Mathematics
April 18, 2024
Question 9823 – Sorting
April 18, 2024
Question 10293 – Engineering-Mathematics
April 18, 2024
Question 9823 – Sorting
April 18, 2024

Question 13122 – SQL


Consider the above tables A, B and C. How many tuples does the result of the following SQL query contains?

SELECT A.id

FROM A

WHERE A.age > ALL (SELECT B.age

FROM B

WHERE B.name – “Arun”)

Correct Answer: A

Question 135 Explanation: 
All condition with empty return true

Also the result of subquery is empty So all id of A will be selected.

A
3
B
0
C
1
D
4
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!