Firebird Documentation IndexFirebird 2.5 Language Reference → Data Definition (DDL) Statements
Firebird Home Firebird Home Prev: PredicatesFirebird Documentation IndexUp: Firebird 2.5 Language ReferenceNext: DATABASE

Chapter 5: Data Definition (DDL) Statements

Table of Contents

DATABASE
SHADOW
DOMAIN
TABLE
INDEX
VIEW
TRIGGER
PROCEDURE
EXTERNAL FUNCTION
FILTER
SEQUENCE (GENERATOR)
EXCEPTION
COLLATION
CHARACTER SET
ROLE
COMMENTS

DDL is the data definition language subset of Firebird's SQL language. DDL statements are used to create, modify and delete database objects that have been created by users. When a DDL statement is committed, the metadata for the object are created, changed or deleted.

Prev: PredicatesFirebird Documentation IndexUp: Firebird 2.5 Language ReferenceNext: DATABASE
Firebird Documentation IndexFirebird 2.5 Language Reference → Data Definition (DDL) Statements