Oracle Database SQL — Question 192

Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

Option B is correct because an UNUSED column does count towards the maximum limit of columns allowed in a table. Option D is also correct as it allows for the dropping of a primary key column if it is referenced as a foreign key when using the CASCADE option. Option F is correct as partition key columns are not permissible to drop, while the other options contain inaccuracies regarding how space is reclaimed and the rollback capability of the DROP COLUMN command.