IN Operator tests set membership - Fundamentals of PL/SQL
Q. Which operator tests set membership?- Published on 01 Jul 15a. IN Operator
b. BETWEEN Operator
c. LIKE Operator
d. IS NULL Operator
ANSWER: IN Operator
The IN condition helps to reduce the need to use multiple OR conditions.