Oracle Database SQL — Question 40

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

Answer options

Correct answer: B, C

Explanation

Option B is correct because unused columns maintain their data until they are explicitly dropped. Option C is also correct since once a column is marked as unused, a new column with the same name can be created in the table. The other options are incorrect because they provide inaccurate information about the behavior of unused columns.