A domain name (domain_name) identifies a domain in a table column.
Syntax
<domain_name> ::= [<schema_name>.]<identifier>
SQL Tutorial, Domains
Neither the schema name nor the identifier can be longer than 32 characters.
The name of the current database user only is permitted as the schema name.
CREATE DOMAIN Statement
DROP DOMAIN Statement