May 3, 2007

Enforce Business Rules for All Your Data with Constraints

f the several ways to enforce business rules in the database, only constraints can guarantee that your business rules are always enforced for all your data. This article teaches you how to apply foreign key constraints with the ON UPDATE CASCADE clause to implement waterproof solutions for several common real