SQLzoo.net

DROP an unwanted table

Postgres
Naturally, all of the data in the table is lost when the table is dropped.
Execute set up code


Specific to Postgres
none

Related links:

  • CREATE, DROP and ALTER