Entering content frame

Constraint name Locate the document in its SAP Library structure

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

Syntax

<constraint_name> ::= <identifier>

identifier

Explanation

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

Leaving content frame