
A constraint name ( constraint_name) defines an integrity condition that must be satisfied by the rows in a table.
<constraint_name>::= <identifier>
Examples
SQL Tutorial, Constraints
Explanation
An error message is output if the name consists of more than 32 characters.