Multiple choice technology databases

A trigger is…

  1. a special type of store procedure, executed when certain event occurs

  2. a special type of table

  3. a special type of view

  4. All the above

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

A database trigger is a special type of stored procedure that automatically executes or fires when a specific database event occurs, such as an insert, update, or delete. It is not a table or a view.