Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)
Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)
A column that is set to UNUSED still counts towards the limit of 1000 columns per table. A primary key column referenced by another column as a foreign key can be dropped if using the CASCADE option. Partition key columns cannot be dropped.
Correct answers