Oracle Database SQL — Question 12

Which two are true about queries using set operators such as UNION? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Option D is correct because when CHAR columns of different lengths are combined, the result is a VARCHAR2 that reflects the longest CHAR value. Option E is also accurate, as set operators do not automatically convert data types across different groups, preventing potential data mismatches. The other options either misstate how set operators function or provide incorrect requirements.