Multiple choice

Which SQL logical operator is used to search the presence of a row in a specified table that meets certain criteria?

  1. Exists operator

  2. Unique operator

  3. All operator

  4. Any operator

  5. In operator

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Exists operator is used to search the presence of a row in a specified table that meets certain criteria.