Oracle
1Z0-071 · Question #322
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
The correct answer is C. The data type group of each column returned by the second query must match the data type E. The data type of each column returned by the second query must exactly match the data type of. See the full explanation below for the reasoning.
Question
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
Options
- AThe number, but not names, of columns must be identical for all SELECT statements in the
- BThe data type of each column returned by the second query must be implicitly convertible to the
- CThe data type group of each column returned by the second query must match the data type
- DThe names and number of columns must be identical for all SELECT statements in the query.
- EThe data type of each column returned by the second query must exactly match the data type of
How the community answered
(47 responses)- A17% (8)
- B4% (2)
- C70% (33)
- D9% (4)
Community Discussion
No community discussion yet for this question.