DDL statements are SQL statements that are used to define the data structure in a database (DDL = Data Definition Language).
In the MaxDB database system, DDL statements are controlled by the transaction concept. They can, therefore, be reversed; they must also be completed with a COMMIT statement.
See also:
Reference Manual, Data Definition