1.

How many Triggers are possible in MySQL?

Answer»

There are six TRIGGERS allowed to use in the MySQL DATABASE:

  • Before Insert
  • After Insert
  • Before Update
  • After Update
  • Before DELETE
  • After Delete


Discussion

No Comment Found