Multiple choice technology databases Can you delete a column in table with data in Oracle? True 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.