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

Introduction to SQL
NULL is

the same as 0 for integer and blank for character
the same as blank for character
not a value
the same as 0 for integer

ANSWER DOWNLOAD EXAMIANS APP