Oracle
1Z0-082 · Question #9
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
The correct answer is B. The number of columns selected in each SELECT statement must be identical E. NULLS are not ignored during duplicate checking. See the full explanation below for the reasoning.
SQL and PL/SQL
Question
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
Options
- ADuplicates are eliminated automatically by the UNION ALL operator
- BThe number of columns selected in each SELECT statement must be identical
- CThe names of columns selected in each SELECT statement must be identical
- DThe output is sorted by the UNION ALL operator
- ENULLS are not ignored during duplicate checking
How the community answered
(25 responses)- A4% (1)
- B76% (19)
- C16% (4)
- D4% (1)
Topics
#UNION#UNION ALL#set operators#duplicate elimination
Community Discussion
No community discussion yet for this question.