Oracle Database SQL — Question 256

Which two are true about queries using set operators (UNION, UNION ALL, INTERSECT and MINUS)? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answer is C and E because each SELECT list must indeed have an equal number of columns for the set operators to function correctly. Additionally, the FOR UPDATE clause cannot be used with these operators. Options A, B, and D are incorrect as they either misrepresent requirements or restrictions that do not apply to all set operator scenarios.