Trigger MySQL Tutorial

The CREATE TRIGGER statement is used to define a trigger.
The CREATE TRIGGER statement associates it with changes occurring in a table.
It has the following syntax:

CREATE TRIGGER