Entering content frame

Syntax documentation drop_definition Locate the document in the library structure

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

Leaving content frame