Table Employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE
So, What the below SQL statement will return:
SELECT COUNT(*) FROM Employee WHERE SALARY > ANY (SELECT SALARY FROM EMPLOYEE);
Correct Answer:
9
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
9
need an explanation for this answer? contact us directly to get an explanation for this answer