Multiple choice

What type of statement is executed automatically as an event after or before modification to the database?

  1. Cursor

  2. Trigger

  3. Select

  4. Procedure

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

A trigger is a statement which is executed automatically as an event after or before modification to the database.