[CONSTRAINT constraint]
{ UNIQUE ( column [, column]... )
| PRIMARY KEY ( column [, column]... )
| FOREIGN KEY ( column [, column]... ) references_clause
| CHECK ( condition )
}
constraint_state

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.