A small size company has 99 records stored in its Employee table. The table also has a non-NULL Salary column which is UNIQUE.
Consider the following SQL query:
SELECT COUNT(*)
FROM Employee
WHERE Salary > ANY (SELECT Salary FROM Employee)
The above query prints a total of ___ rows.
9
10
98
99
Boost your performance with adaptive practice tests
Practice every concept in the syllabus
Compare your speed and accuracy with your peers
Download the app and practice on the go