domain_udt_usage

The domain_udt_usage view provides information about domains based on owned data types.

Column name Data type Description
udt_catalog sql_identifier The name of the current database in which the domain data type is defined.
udt_schema sql_identifier The name of the schema in which the domain data type is defined.
udt_name sql_identifier The name of the domain data type.
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.