Q. Which operators are used when a subquery returns multiple rows to be evaluated in comparison to the outer query?

  • (A) IN and NOT IN
  • (B) EXISTS and NOT EXISTS
  • (C) OUTER JOIN and INNER JOIN
  • (D) LEFT JOIN and RIGHT JOIN
πŸ’¬ Discuss
βœ… 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:
Explanation by: Bhagwan Das
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:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
111
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
80%
Success Rate