Show TOC

Constraint Name (constraint_name)Locate this document in the navigation structure

Use

A constraint name ( constraint_name) defines an integrity condition that must be satisfied by the rows in a table.

Structure
				
<constraint_name>::=
  <identifier>
				
			

Examples

SQL Tutorial, Constraints

Explanation

An error message is output if the name consists of more than 32 characters.