CREATE [{MEMORY | DISK | [GLOBAL] {TEMPORARY | TEMP}]
TABLE table_name (column_definition [, ...]
[, constraint_definition...]) [ON COMMIT {DELETE | PRESERVE} ROWSspecifies the definition of a column in the new table. See Column Definition for Local Tables for a complete explanation.specifies constraints on the columns of the new table. See Constraint Definition for Local Tables for a complete explanation.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |