8.6. DROP TABLE
Synopsis
DROP TABLE table_name
Description
Drops an existing table
Examples
Drop a table orders_by_date:
DROP TABLE orders_by_date
DROP TABLE table_name
Drops an existing table
Drop a table orders_by_date:
DROP TABLE orders_by_date