____ function or operators are used when merging two SELECT statements and returning rows that were not returned by the second SELECT statement?

29. ____ function or operators are used when merging two SELECT statements and returning rows that were not returned by the second SELECT statement?

  1. Remove()
  2. Except()
  3. Union()
  4. Intersect()

Answer: B) Except()

Explanation:

Except() function or operator is used when merging two SELECT statements and returning rows that were not returned by the second SELECT statement.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.