Home | Previous Page | Next Page   Purpose-Function Reference > Purpose-Function Flow >

CREATE Statement Interface

Figure 21 shows the order in which the database server executes purpose functions for a CREATE TABLE statement. If the IN clause specifies multiple storage spaces in which to fragment the table, the database server repeats the sequence of purpose functions that Figure 21 shows for each storage space.

Figure 21. Processing a CREATE TABLE Statement
Flowchart shows am_create pointing to am_open, pointing to am_close.

For more information about implementing the CREATE TABLE statement in the access method, refer to Supporting Data Definition Statements.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]