SQLzoo.net

Delete a column from a table

Oracle
This is in the SQL standard ALTER TABLE
Execute tidy up code silently
Execute set up code


Specific to Oracle
ALTER TABLE t DROP COLUMN c

Related links:

  • CREATE, DROP and ALTER