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

🎲 Try a Random Question  |  Total Questions in Quiz: 40  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Oracle Basics Practice Test: SQL Basics — practice the complete quiz, review flashcards, or try a random question.

Quiz on SQL (Structured Query Language), DDL, DML, DCL and TCL commands, select statements, arithmetic operators, alias, writing SQL statements and literal characters.

Related topics:

RDBMS

DBMS


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