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);

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);
9
Well Done. Your Answer is Correct Keep it Up!
5
10
0

Leave a Reply

Your email address will not be published. Required fields are marked *