Multiple choice technology mainframe

Which of the following inequality comparison operators can be used in predicates.

  1. less than (<)

  2. greater than (>)

  3. less than or equal to (<=)

  4. Any of the above.

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

SQL predicates support all standard inequality comparison operators, including less than (<), greater than (>), and less than or equal to (<=). Thus, any of these operators can be used.