Create objects in default areas
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The CREATE TABLE statement allows you to create
a new table in an existing database by defining its column names and column data types.
Optionally, you can include table and column constraints. Learn more about the CREATE TABLE statement.
The CREATE INDEX statement creates an index on
one or more columns of a table. You can specify an index in ascending order (ASC) or descending order (DESC). Learn more about the CREATE INDEX statement.