PostgreSQL

Deleting a Table

The DROP TABLE command is used to create a table in SQL.

Syntax

DROP TABLE <table-name>;

Example

DROP TABLE Companies;