Google News
logo
MySQL - Interview Questions
How many TRIGGERS are allowed in MySQL table?
SIX triggers are allowed in MySQL table. They are as follows :
 
* BEFORE INSERT
* AFTER INSERT
* BEFORE UPDATE
* AFTER UPDATE
* BEFORE DELETE and
* AFTER DELETE
Advertisement