[CONSTRAINT constraint]
{ [NOT] NULL
| UNIQUE 
| PRIMARY KEY
| REFERENCES [schema .] { view | table }
  [( column )] [ON DELETE { CASCADE | SET NULL }]
| CHECK ( condition )
}
constraint_state

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