IN Operator tests set membership - Fundamentals of PL/SQL

Q.  Which operator tests set membership?
- Published on 01 Jul 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)