DROP TABLE
Drops a table
DSQL, ESQL
DROP TABLE tablename
| Parameter | Description |
|---|---|
tablename |
Name (identifier) of the table |
The DROP TABLE statement drops (deletes) an existing table.If the table has dependencies, the DROP TABLE statement will fail with an error.
When a table is dropped, all its triggers and indexes will be deleted as well.