Multiple Triggers
In this lesson, we will see how to write multiple triggers for a table which have the same action time and event.
We'll cover the following...
Multiple Triggers
It is possible to create triggers on a table whose action time and event are the same. Such triggers are fired in a sequence that is specified at the time of creation of the triggers. The FOLLOWS and PRECEDES keywords are used to define the sequence in which triggers associated with a table having the same action time and event execute.
Syntax
CREATE TRIGGER ...
Access this course and 1400+ top-rated courses and projects.