First page Back Continue Last page Graphics
DDL Statements
CREATE TABLE
CREATE INDEX
DROP INDEX
DROP TABLE
- Drops a table from the database
Notes:
Partial List of DDL Statements
There are numerous DDL (data definition language) statements. Each DDL statement effects the definition of some object in the database.
It is important to note that DDL statements cannot be rolled back!