Multiple choice technology databases

Can you delete a column in table with data in Oracle?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Oracle supports ALTER TABLE ... DROP COLUMN to remove columns even when the table contains data. The column and all its data are permanently removed.