Multiple choice technology databases

Which one is the scalar operator

  1. IN

  2. >=

  3. ANY

  4. ALL

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

Scalar operators (like >=, <=, =, <, >) compare a single value to another single value. IN, ANY, and ALL are comparison operators but they work with sets or subqueries, not single scalar values. Therefore >= is the scalar operator.