Trigger
A trigger is a statement that is executed automatically by the system as a side effect of modification to the database.
To design a trigger:
- Specify conditions under which the trigger is to be executed.
- Specify actions to be taken when trigger is executed.
Triggers are performance deflators.