Loading...
Select Version
Information on the tables that belong to the current authorization identifier and which are addressed in routines (procedures and UDFs).
Column name |
Data type |
Contents |
SPECIFIC_CATALOG |
CHAR(18) |
Database name |
SPECIFIC_SCHEMA |
CHAR(31) |
Name of the schema to which the |
SPECIFIC_NAME |
CHAR(31) |
Specific name of the routine |
ROUTINE_CATALOG |
CHAR(18) |
Database name |
ROUTINE_SCHEMA |
CHAR(31) |
Name of the schema to which the |
ROUTINE_NAME |
CHAR(31) |
Name of the routine. |
TABLE_CATALOG |
CHAR(18) |
Database name |
TABLE_SCHEMA |
CHAR(31) |
Name of the schema to which the table |
TABLE_NAME |
CHAR(31) |
Name of the table used in the routine |
Table 87: View ROUTINE_TABLE_USAGE view of the INFORMATION_SCHEMA