A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(A)
  • Views: 23
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.