Data Model > Accessing the UNICOM Intelligence Data Model > Working with the Case Data Model > SQL syntax > DDL statements > DROP TABLE
 
DROP TABLE
The DROP TABLE statement removes a table.
Syntax
DROP TABLE
table
Example
DROP TABLE vdata
See also
CREATE TABLE
ALTER TABLE
SQL syntax
DDL statements