πŸ“Š MySQL
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

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
98%
Success Rate