Neoview SQL Reference Manual (R2.4)

Triggers
A trigger is a mechanism that resides in the database and specifies that when a particular
action—an insert, delete, or update—occurs on a particular table, Neoview SQL should
automatically perform one or more additional actions.
For a complete description of triggers and their use, see the “CREATE TRIGGER Statement”
(page 93), ALTER TRIGGER Statement” (page 52), “DROP TRIGGER Statement” (page 115).
Triggers 291