Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.) By Singh | December 31, 2022 0 Comment Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.) A. A DROP COLUMN command can be rolled back B. A primary key column referenced by another column as a foreign key can be dropped if using the CASCADE option. C. Partition key columns cannot be dropped. D. An UNUSED column’s space is reclaimed automatically when the row containing that column is next queried. E. An UNUSED column’s space is reclaimed automatically when the block containing that column is next queried. F. A column that is set to UNUSED still counts towards the limit of 1000 columns per table Correct Answer: B,E,F