Description of the illustration inline_constraint.eps

[ CONSTRAINT constraint_name ]
{ { [ NOT ] NULL
    | UNIQUE   
    | PRIMARY KEY
    | references_clause } [ constraint_state ]
| CHECK ( condition ) [ constraint_state ] [ precheck_state ]
}