Oracle Database SQL — Question 131

Which two are true about unused columns? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Option C is correct because you can indeed specify multiple column names when using the ALTER TABLE...SET UNUSED statement. Option E is also correct as it is necessary to include CASCADE CONSTRAINTS if the unused column is part of a constraint on another column. Options A, B, and D are incorrect as they misrepresent the behavior of unused columns in the database.