Previous Topic: Maintaining TablesNext Topic: Dropping a Table


Creating a Table

CREATE TABLE Statement

To create a table, use the SQL DDL CREATE TABLE statement.

Considerations

The area in which the table's rows are to reside must be defined in the application dictionary and be accessible to the runtime environment in which the CREATE TABLE statement is issued.