πŸ“Š MySQL
Q. The operators used when a subquery returns multiple rows to be evaluated in comparison to the outer query are . . . . . . . .
  • (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 asks about how MySQL handles subqueries that return multiple rows. Subqueries are queries nested inside other queries.

Explanation by: Ritu Nagar
This question asks about how MySQL handles subqueries that return multiple rows. Subqueries are queries nested inside other queries.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
104
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
83%
Success Rate