Introduction to MariaDB and MySQL triggers

Posted by linuxer on Sep 7, 2018 9:08 AM
By linuxconfig.org
Mail this story
Web version

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.

Full Story

Printed at http://lxer.com/module/newswire/view/260320/index.html