Multiple choice technology databases

Which of the following is not a multiple-row operator?

  1. IN

  2. OF

  3. ALL

  4. ANY

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

Multiple-row operators in SQL are IN, ANY, ALL, and EXISTS. 'OF' is not a valid SQL operator for comparing with subqueries. Option B correctly identifies the non-operator.