A domain_name identifies a range in a table column.
<domain_name> ::= [<schema_name>.]<identifier>
Neither the schema name nor the ID can be longer than 32 characters.
The name of the current user only is permitted as the schema name.
CREATE DOMAIN Statement
DROP DOMAIN Statement