Consider the following database table named topscorer . Consider the following SQL query: SELECT ta.player FROM topscorer AS ta WHERE ta.goals >ALL (SELECT tb.goals FROM topscorer AS tb WHERE tb.country = 'Spain') AND ta.goals >ANY (SELECT tc.goals FROM topscorer AS tc WHERE tc.country = 'Germany') The number of tuples returned by the above SQL query is …
Topic-wise GATE CS PYQs with verified steps

