Activation Time : Introduction : Trigger MySQL TUTORIALS


MySQL TUTORIALS » Trigger » Introduction »

 

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.




Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Trigger
» Introduction