Multiple choice

Which of the following triggers runs its trigger action, even if a triggering statement is issued and the trigger restriction would evaluate to TRUE?

  1. Table

  2. LOGOFF trigger

  3. Enabled trigger

  4. Disabled trigger

  5. BEFORE DROP trigger

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

It runs its trigger action if a triggering statement is issued and the trigger restriction evaluates to run.