cascading updates and deletes

A behavior of database server programs in which changes (edits or deletions) you make to a primary key value are cascaded through the entire database so that all records depending on this value are updated.

For example, edit the Division Code field in the Divisions table and the database server programs cascade through the database and update all foreign keys affected by this change, changing the Division Code values in the Floors, Rooms, Sites, Departments, Equipment, Work Orders, and any other tables that contain the Division Code field.

For deletion, the program does the following:

Deployments running Oracle or Microsoft SQL database servers use the Archibus cascading update and delete feature.

As described in System Management Help, system administrators control the behavior of cascading updates and deletes for Oracle and Microsoft SQL by: