Syntax documentationdrop_definition Locate this document in the navigation structure

Syntax Syntax

  1. <drop_definition> ::=
      DROP <column_name>,... [<cascade_option>] [RELEASE SPACE]
    | DROP (<column_name>,...) [<cascade_option>] [RELEASE SPACE]
    | DROP CONSTRAINT <constraint_name>
    | DROP PRIMARY KEY
End of the code.