triggered_update_columns

The triggered_update_columns view provides information about columns affected by UPDATE OF triggers.

Column name Data type Description
trigger_catalog sql_identifier The name of the current database containing the trigger.
trigger_schema sql_identifier The name of the schema containing the trigger.
trigger_name sql_identifier The name of the trigger.
event_object_catalog sql_identifier The name of the current database containing the table on which the trigger is defined.
event_object_schema sql_identifier The name of the schema containing the table on which the trigger is defined.
event_object_table sql_identifier The name of the table on which the trigger is defined.
event_object_column sql_identifier The name of the column on which the trigger is defined.