SQL Domain Constraints: constraints applied to a data type providing centralized management and data validity
From the SQL Spec: "A domain is a named user-defined object that can be specified as an alternative to a data type in certain places where a data type can be specified. A domain consists of a data type, possibly a default option, and zero or more (domain) constraints."
This feature is referred to in the spec as F251, "Domain support".
This is unrelated to Microsoft's domain controllers, and domain accounts.
Implementations
Feature Requests