Entering content frame

Constraint Name (constraint_name) 

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

Syntax

<constraint_name> ::= <identifier>

identifier

Explanation

An error message occurs if the name has more than 32 characters.

SQL statements

CONSTRAINT definition

ALTER definition

CREATE DOMAIN definition

DROP Definition

 

Leaving content frame