The syntax for column definition in BNF is as follows:

Syntax

column_definition ::=
 column_namedata_type[ DEFAULT {literal| NULL | SYSDATE }]
 [column_constraint[column_constraint...]]

For more information, see CREATE TABLE.