8. OpenSQL Statements
:
CREATE TABLE
:
Column Specification--Describe Column Characteristics
Share this page
Column Specification--Describe Column Characteristics
The column_specification in a CREATE TABLE statement describes the characteristics of the column.
This statement has the following format:
column_name datatype
[WITH NULL | NOT NULL]
where: