---

Introduction to MariaDB and MySQL triggers

MySQL/MariaDB triggers are stored programs associated with a table in a database, and used to automatically perform some actions when an INSERT, DELETE or UPDATE event is performed on the table. A trigger can be set to perform an action either before or after the event it is associated to. In this tutorial, we will see how to create and manage a trigger.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis