Syntax documentationconstraint_definition Locate this document in the navigation structure

Syntax Syntax

  1. <constraint_definition> ::=
      CHECK <search_condition>
    | CONSTRAINT <search_condition>
    | CONSTRAINT <constraint_name> CHECK <search_condition>
End of the code.