Multiple choice technology programming languages

A trigger is…

  1. a special type of table

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

  3. a special type of view

  4. a dynamic procedure

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

A database trigger is a stored procedure that automatically executes in response to specific events on a particular table or view, such as INSERT, UPDATE, or DELETE operations. It's not a table, view, or dynamic procedure; it's event-driven procedural code.