A trigger is a stored database object that contains a series of
SQL commands, set to activate automatically when certain events take place.
Each trigger is associated with a table. You can create a
trigger that will fire when an INSERT, UPDATE, or
DELETE takes place on the named table.