Which operator is equivalent to the ‘or’ operator?
Answer options
A
IN
B
AND
C
BETWEEN
D
LIKE
Correct answer: IN
Explanation
The IN operator is equivalent to multiple OR conditions: col IN (a, b) = col = a OR col = b.
Correct answer: IN
The IN operator is equivalent to multiple OR conditions: col IN (a, b) = col = a OR col = b.
PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.