Link to this page
Print this page
Parent topic
:
Static SQL statements
SQL support
/
Static SQL statements
DROP TABLE
Drops a table object from the database.
Syntax:
DROP TABLE
[
IF EXISTS
]
table-specification
Related concepts
ALTER TABLE
CREATE TABLE