Q. Which operators test whether a subquery returns any rows?
β
Correct Answer: (B)
EXISTS and NOT EXISTS
Explanation: This question is about how we check if a smaller query (called a subquery) finds any matching data. Think of it like searching for a specific book in a library.