Multiple choice

Which of the following parts of trigger is the procedure that contains the SQL statements and code to be run when a trigger statement is issued?

  1. Trigger action

  2. Trigger event

  3. Before trigger

  4. SHUTDOWN trigger

  5. Registration

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This part of the trigger is the procedure that contains the SQL statements and code to be run when a trigger statement is issued.