Episode-083 - Using Triggers in MySQL

80 Views
Published
Triggers are a powerful tool that allow us to run SQL queries when insert, update, or delete events occurs in a database table. This video demonstrates how to create insert, update, and delete triggers on a MySQL table.

Trigger documentation - https://dev.mysql.com/doc/refman/9.2/en/triggers.html
Category
MySQL
Tags
MySQL, Database, Open-source
Be the first to comment