Q. Which operators are used when a subquery returns multiple rows to be evaluated in comparison to the outer query?
β
Correct Answer: (A)
IN and NOT IN
Explanation: This question is about how to handle situations when a subquery (a query nested inside another query) produces multiple results. Think of it like this: