You are here: irt.org | FAQ | ColdFusion | Q3017 [ previous next ]
Use the following formats:
CREATE TABLE Email(EMAIL TEXT, ID INTEGER CONSTRAINT ID PRIMARY KEY);
CREATE TABLE tablename (columnName datatype [primary key] [NOT] NULL [,]) CREATE [unique/clustered] INDEX indexname ON tablename(columnName(s)) integer (integer identity), char(x), datetime, money, real, double, smalldatetime, smallmoney, and some others.