Triggers for MariaDB Enterprise Server
This page is part of MariaDB's MariaDB Documentation.
The parent of this page is: Triggers
Topics on this page:
Overview
A trigger performs a series of instructions whenever a specified event occurs for a table. Possible triggering events are INSERT, UPDATE, and DELETE. A trigger can be set to be executed either BEFORE or AFTER an event. For example, a trigger might be run AFTER INSERT or BEFORE DELETE.
Information on this topic can be found in the MariaDB Public KB.