TRIGGER_TABLE_USAGE
The TRIGGER_TABLE_USAGE view lists the tables on which triggers, that owned by the current ident, depend.
Column name
|
Data type
|
Description
|
| TRIGGER_CATALOG |
VARCHAR(128) |
The name of the catalog containing the trigger. |
| TRIGGER_SCHEMA |
VARCHAR(128) |
The name of the schema containing the trigger. |
| TRIGGER_NAME |
VARCHAR(128) |
The name of the trigger. |
| TABLE_CATALOG |
VARCHAR(128) |
The name of the catalog containing the referenced table or view. |
| TABLE_SCHEMA |
VARCHAR(128) |
The name of the schema containing the referenced table or view. |
| TABLE_NAME |
VARCHAR(128) |
The name of the referenced table or view. |