Glossaria.net

Glossary Visual Basic / Term

cascading delete

cascading delete

For relationships that enforce referential integrity between tables, an option that causes the deletion of a record from the primary table to automatically delete all related records in the related foreign table or tables.

For example, suppose you establish a relationship between a Customers (primary) table and an Orders (foreign) table with the cascading delete option enabled. When a record in the Customers table is deleted, all orders associated with that customer would also be deleted in the foreign Orders table.

Permanent link cascading delete - Creation date 2020-06-07


< cascade Glossary / Visual Basic cascading event >