A constraint name (constraint_name) defines an integrity condition that must be satisfied by the rows in a table.
Syntax
<constraint_name> :: <identifier>
SQL Tutorial, Constraints
An error message is output if the name consists of more than 32 characters.
Ensuring Data Integrity
CONSTRAINT Definition
ALTER definition
CREATE DOMAIN Definition
DROP Definition