A constraint name defines a condition (
data integrity) that must be satisfied by the rows in a table.Syntax
<constraint_name> ::= <identifier>
identifierExplanation
An error message is output if the name has more than 32 characters.
SQL statements for defining a constraint name
CONSTRAINT definition CREATE TABLE statement ALTER TABLE statement