IBM DB2 9.7 for Linux, UNIX, and Windows SQL Reference, Volume 2
---> SQL statements ---> CREATE TRIGGER ---> Description
Quote:
NO CASCADE BEFORE
Specifies that the associated triggered action is to be applied before any
changes caused by the actual update of the subject table are applied to the
database. It also specifies that the triggered action of the trigger will not cause
other triggers to be activated.
|