Monday, December 11, 2006

Data Definition Lanaguage (DDL)

The data definition language (DDL) commands define the tables and their capabilities.

  • CREATE TABLE
  • ALTER TABLE
  • DROP TABLE
  • CREATE INDEX
  • DROP INDEX

No comments: