Subject Re: [firebird-support] Re: From Restriced to CASCADE on delete
Author Helen Borrie
At 08:36 AM 17/01/2008, Nando wrote:

>H> Even Oracle and DB2 seem to have no implementation difference
>H> between RESTRICT and NO ACTION.
>
>Here is a quote from the DB2 docs:
>
>"A delete or update rule of RESTRICT is enforced before all other
>constraints including those referential constraints with modifying
>rules such as CASCADE or SET NULL. A delete or update rule of NO
>ACTION is enforced after other referential constraints. There are very
>few cases where this can make a difference during a delete or update."
>
>Talk about subtle! :-) I am not sure about Oracle.

Subtle indeed! That description sounds as though DB2 lets you declare multiple actions for a single constraint. Bizarre!

./heLen