Use Data Definition Language statements
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
DDL statements are used to add, modify, or remove database objects. The DDL is integral to creating and maintaining a database. For detailed information on database creation and administration, see Manage OpenEdge Database.
Note: When creating a table, view, index, or group in the SQL engine,
choose table, view, index, group, and column names that are not SQL keywords. This is
enforced by the SQL engine. However, if you are creating objects in the PUB schema using
the SQL engine, you also must avoid using reserved keywords, such as
DISPLAY. This is not enforced by the SQL engine. For a
complete list of keywords, see OpenEdge SQL Reference. You can use DDL statements to manage encryption of database objects. For details, see Learn about Security and Auditing.