How to enable cascade delete/update?

One of the key features of relational database is referential integrity which is maintained by the system by taking certain actions when referential constraints are violated. So for example what happens when: 1) A row with a referenced primary key is deleted from the referenced table 2) A referenced primary key is updated in the … Read more