Lab7 Triggers
Lab7 Triggers
procedure. The key distinction between the trigger and procedure is that a trigger is called
automatically when a data modification event occurs against a table. A stored procedure,
on the other hand, must be invoked directly.
The following are the main characteristics that distinguish triggers from stored procedures: