column_column_usage

The column_column_usage view provides information about generated columns that depend on other base columns.

Column name Data type Description
table_catalog sql_identifier The name of the current database containing the table.
table_schema sql_identifier The name of the schema containing the table.
table_name sql_identifier The name of the table.
column_name sql_identifier The name of the base column on which a generated column is defined.
dependent_column sql_identifier The name of the generated column.