A constraint name defines an integrity condition (data integrity) that must be satisfied by the rows in a table.
<constraint_name> ::= <identifier>
identifier
An error message occurs if the name has more than 32 characters.
CONSTRAINT definition
ALTER definition
CREATE DOMAIN definition
DROP Definition