SQL DROP TABLE

The following command will drop a table called tenants.

-- works for PostgreSQL, MySQL, SQL Server, and Oracle DROP TABLE tenants;