1.

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

A. 10
B. 9
C. 5
D. 0
Answer» C. 5


Discussion

No Comment Found