Multiple choice technology databases

A trigger can be created on which of the following objects?

  1. View

  2. Catalog Table

  3. Stored Procedure

  4. Global Temprory Table

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

INSTEAD OF triggers can be created on views to intercept insert, update, or delete operations against the view and redirect them to the underlying base tables. Triggers cannot be created on catalog tables, stored procedures, or global temporary tables.