The column_domain_usage view provides information about columns that use domains owned by currently enabled roles.
| Column name | Data type | Description |
|---|---|---|
domain_catalog |
sql_identifier |
The name of the current database containing the domain. |
domain_schema |
sql_identifier |
The name of the schema containing the domain. |
domain_name |
sql_identifier |
The name of the domain. |
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. |