For subqueries that return multiple rows, SQL uses the _______ operator.

  • ALL
  • ANY
  • EXISTS
  • IN
For subqueries that return multiple rows, SQL uses the ANY operator to compare a value to any value in a list or returned by a subquery. This allows for more flexibility in handling multiple results.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *