CREATE TABLE

CREATE TABLE is a PRIMARY command that must be followed by the "TABLE_NAME" argument, and then optionally by conditions such as (COLUMN1, COLUMN2), and then by another set of arguments specifying value types (VALUETYPE1, VALUETYPE2) and then optionally by constraints for each column separated by ',' (CONSTRAINT1[1]:CONSTRAINT2[abcd], CONSTRAINT1)

Last updated