view_routine_usage

The view_routine_usage view provides information about routines used in view definitions.

Column name Data type Description
table_catalog sql_identifier The name of the current database containing the view.
table_schema sql_identifier The name of the schema containing the view.
table_name sql_identifier The name of the view.
specific_catalog sql_identifier The name of the current database containing the function.
specific_schema sql_identifier The name of the schema containing the function.
specific_name sql_identifier The “specific name” of the function.