Neoview SQL Reference Manual (R2.5)
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 96), “ALTER TRIGGER Statement” (page 53), “DROP TRIGGER Statement” (page 119).
Triggers 311