Q:

Table Employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE

0

Table Employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE.
The SQL statement
SELECT COUNT(*) FROM Employee WHERE SALARY > ANY (SELECT SALARY FROM EMPLOYEE);
prints


  1. 10
  2. 9
  3. 5
  4. 0

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).9

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now