A domain name identifies a
domain in a table column.Syntax
<domain_name> ::= [<owner>.]<identifier>
owner, identifierExplanation
An error message is output if the name has more than 32 characters.
SQL statement for defining a domain name
CREATE DOMAIN statementYou cannot specify TEMP as the owner in a domain name.