Syntax documentationcolumn_attributes Locate this document in the navigation structure

Syntax Syntax

  1. <column_attributes> ::=
      [<key_or_not_null_spec>]
      [<default_spec>]
      [UNIQUE]
      [<constraint_definition>]
      [REFERENCES <referenced_table>
        [(<referenced_column>)]
        [<delete_rule>]]
End of the code.