Trigger
Un trigger è un insieme di istruzioni che si eseguono quando avviene un certo evento su una certa tabella.
-
CREATE TRIGGER
Sintassi CREATE [OR REPLACE] [DEFINER = { utente | CURRENT_USER | role | CURRENT_ROLE } -
DROP TRIGGER
Sintassi DROP TRIGGER [IF EXISTS] [nome_schema.]nome_trigger Spiegazione Qu... -
I trigger e i lock impliciti
I trigger possono servirsi di più tabelle, e se viene utilizzata un'istruzi... -
Il Logging Binario delle Stored Routine
Il log binario può essere row-based, statement-based o una combinazione dei... -
Trigger Overview
Un trigger, come suggerisce il nome (grilletto), è un insieme di istruzion...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.