Which statement is true regarding the UNION operator?

Which statement is true regarding the UNION operator?

Which statement is true regarding the UNION operator?

A.
By default, the output is not sorted

B.
NULL values are not ignored during duplicate checking

C.
Names of all columns must be identical across all SELECT statements

D.
The number of columns selected in all SELECT statements need to be the same



Leave a Reply 3

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


Trinux

Trinux

“D” looks to be true as well…

Balthazar

Balthazar

agreed.

Süleyman

Süleyman

C and D says thay ‘all SELECT’. The select can be in a subquery