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