A trigger is a special type of procedure attached to a table column that goes into
effect when a user changes the table. Triggers execute immediately after data modification
statements are completed.
Creating a Trigger
Create a trigger on a table to enable checks whenever data is inserted, updated, or deleted.
Trigger Properties
The Trigger Properties window shows the selected trigger options and objects referenced by the trigger.