Subject Re: on delete cascade
Author lobolo2000
> Nope. This order prevents conflicts with other transactions.
> --
> SY, Dimitry Sibiryakov.
>

Shouldn't the 'on delete cascade' mechanism be equivalent to a 'before
delete' trigger that deletes detail records? The way it seems to be
implemented with is the equivalent of an 'after delete' trigger,
unless I am missing something.