Multiple choice technology mainframe Which of the following inequality comparison operators can be used in predicates. less than (<) greater than (>) less than or equal to (<=) 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.