EXISTS Operator Returns TRUE if subquery returns at least one row - SQL Operations

Q.  Which Operator Returns TRUE if a subquery returns at least one row?
- Published on 03 Jul 15

a. EXISTS
b. IN
c. IS NULL
d. LIKE

ANSWER: EXISTS
 
The EXISTS condition is used by a subquery and is considered if the subquery atleast returns one row.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)