1.

How Many Triggers Are Possible In Mysql?

Answer»

There are only SIX Triggers ALLOWED to USE in MySQL database.

  1. Before INSERT
  2. After Insert
  3. Before Update
  4. After Update
  5. Before DELETE
  6. After Delete

There are only six Triggers allowed to use in MySQL database.



Discussion

No Comment Found