Background documentationDatabase Trigger Locate this document in the navigation structure

 

A database trigger is a special database procedure (sequence of statements) that the system executes after an SQL statement has changed data in a base table (or a view table based on this base table).

More Information

Database Studio, Creating Database Triggers, Deleting Database Triggers

SQL Tutorial, Database Triggers

SQL Reference Manual, Trigger Name, CREATE TRIGGER Statement