Data definition statements

The data definition statement CREATE TABLE names the table and specifies the owner, column names and data types, fragmentation method, storage space, and other structural characteristics. Other data definition statements alter the structure from the original specifications in the CREATE TABLE statement. This section discusses design considerations for CREATE TABLE, ALTER TABLE, and ALTER FRAGMENT.