PreviousSQL Engine Reference (v9 SP2 (9.5) revision 1) Next

RESTRICT

Chapter contents

Remarks

If you specify RESTRICT, Pervasive PSQL 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 PSQL applies the RESTRICT rule by default.

See Also

ALTER TABLE


Chapter contents
Book contents

Prev topic: RELEASE SAVEPOINT
Next topic: REVOKE