DROP TABLEΒΆ

DROP TABLE removes a table from a schema once all queries or DML have ceased on the given table.

DROP TABLE [ IF EXISTS ] table_name

Previous topic

CREATE TABLE

Next topic

TRUNCATE

This Page