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