When an action has been performed on a table, such as adding a new record, changing (editing/updating) an existing record, or deleting a (or some) records, the table produces a notification. We say that the table fires an event. You can use this occurring event to take some action.
A trigger is an action that is performed behind-the-scenes when an event occurs on a table.
View Complete Post