Pervasive logo

Prev SQL Engine Reference Next

RESTRICT


Remarks

If you specify RESTRICT, Pervasive.SQL enforces the DELETE RESTRICT rule. A user cannot delete a row in the parent table if a foreign key value refers to it.

If you do not specify a delete rule, Pervasive.SQL applies the RESTRICT rule by default.

See Also

ALTER TABLE


Prev
RELEASE SAVEPOINT
Contents
Up
Check for Revisions
Next
REVOKE