SELECT statements that execute triggered actions
When you create a select trigger, only certain types of select
statements can execute the actions defined on that trigger. A select
trigger executes for the following types of SELECT statements only:
- Stand-alone SELECT statements
- Collection subqueries in the select list of a SELECT statement
- SELECT statements embedded in user-defined routines
- Views