The column_udt_usage view provides information about columns that use data types owned by currently enabled roles.
| Column name | Data type | Description |
|---|---|---|
udt_catalog |
sql_identifier |
The name of the current database in which the column data type is defined. |
udt_schema |
sql_identifier |
The name of the schema in which the column data type is defined. |
udt_name |
sql_identifier |
The name of the column data type. |
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 column. |