Oracle
1Z0-082 · Question #15
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
The correct answer is A. The data type group of each column returned by the second query must match the data type of C. 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.
SQL and PL/SQL
Question
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
Options
- AThe data type group of each column returned by the second query must match the data type of
- BThe number, but not names, of columns must be identical for all SELECT statements in the
- CThe data type of each column returned by the second query must exactly match the data type of
- 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 be implicitly convertible to the
How the community answered
(49 responses)- A76% (37)
- B14% (7)
- D4% (2)
- E6% (3)
Topics
#set operators#UNION#data type compatibility#implicit conversion
Community Discussion
No community discussion yet for this question.