Prev | SQL Engine Reference | Next |
CASCADE
Remarks
If you specify CASCADE when creating a Foreign Key, Pervasive.SQL uses the DELETE CASCADE rule. When a user deletes a row in the parent table, Pervasive.SQL V8 deletes the corresponding rows in the dependent table.
See Also
Prev CALL |
Contents Up Check for Revisions | Next CASE |