About this document
MySQL Triggers: Creation and Examples by bernalval is a document available to read on EtoBox.
This document discusses MySQL triggers, which are database objects that are associated with and activated by events on a table, such as inserts, updates or deletes. It provides the syntax for creating triggers, including the CREATE TRIGGER statement. Triggers allow specifying a block of SQL code to execute in response to these events. The document also covers trigger activation times, privileges and restrictions.
- Author
- bernalval
- Language
- EN