Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How many TRIGGERS are allowed in MySql table?
Home
Sql
How many TRIGGERS are allowed in MySql table?
asked
Jan 15
in
Sql
by
AdilsonLima
How many TRIGGERS are allowed in MySql table?
mysql-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 15
by
AdilsonLima
SIX triggers are allowed in MySql table. They are as follows:
BEFORE INSERT
AFTER INSERT
BEFORE UPDATE
AFTER UPDATE
BEFORE DELETE and
AFTER DELETE
...