Tag: Triggers

  • MySQL – Triggers for auditing

    Triggers provide an excellent mechanism for keeping track of changes on table which is independent of application code. These are ideal when it comes to performing auditing on changes to a table. This paper provides an example of how auditing can be implemented in MySQL

    Know More