Neoview SQL Reference Manual (R2.3)
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 “Considerations for CREATE TRIGGER”
(page 83). See also “CREATE TRIGGER Statement” (page 82), “ALTER TRIGGER Statement”
(page 50), “DROP TRIGGER Statement” (page 101).
Triggers 263