|
Domains are useful for abstracting common fields between tables into a single location for maintenance.
For example, an email address column may be used in several tables, all with the same properties.
Define a domain and use that rather than setting up each table's constraints individually.

See also:
CREATE DOMAIN
ALTER DOMAIN
|