A trigger is a special form of stored procedure that executes automatically when a
statement that modifies data in a table is executed. Trigger management includes creating,
modifying and deleting triggers on a database object.
Generating Table Trigger DDL Commands
Display the data description language SQL code for adding a trigger to a table in the database. The SQL code can be a useful reference and training tool.
Table Trigger Privilege Summary
A list of the system privileges and object permissions required to complete the various table trigger tasks on database objects.