to drop a column from a table in oracle code example Example: delete column from table oracle PL SQL ALTER TABLE table_name DROP COLUMN column_name;