

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following database table named top_scorer.
Consider the following SQL query: SELECT ta.player FROM top_scorer AS ta WHERE ta.goals >ALL (SELECT tb.goals FROM top_scorer AS tb WHERE tb.country = Spain ) AND ta.goals >ANY (SELECT tc.goals FROM top_scorer AS tc WHERE tc.country = Germany ) The number of tuples returned by the above SQL query is ________. |
||||||||||||||||||||||||||||||||||||||||||
A. | 21 | ||||||||||||||||||||||||||||||||||||||||||
B. | 7 | ||||||||||||||||||||||||||||||||||||||||||
C. | 0 | ||||||||||||||||||||||||||||||||||||||||||
D. | 3 | ||||||||||||||||||||||||||||||||||||||||||
Answer» C. 0 | |||||||||||||||||||||||||||||||||||||||||||