Q. The operators that are used when a subquery returns multiple rows to be evaluated in comparison to the outer query are . . . . . . . .
β
Correct Answer: (A)
IN and NOT IN
Explanation: This question is about how to handle situations where a subquery (a query nested inside another query) returns multiple results.