Mega Code Archive

 
Categories / MySQL Tutorial / Trigger
 

Activation Time

Use BEFORE to perform an action prior to the change being made in the table. Use AFTER to perform an action after the changes are made in the table. When you choose AFTER, you cannot change the values of the incoming query.