Neoview SQL Reference Manual (R2.2)
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 82). See also “CREATE TRIGGER Statement” (page 81), “ALTER TRIGGER Statement”
(page 50), “DROP TRIGGER Statement” (page 99).
Triggers 253