In this chapter, we'll describe SQL Domains in detail, and show you the syntax to use to create, alter and destroy them.
-
Domain
A Schema may contain zero or more Domains. An SQL Domain is a named, user-d... -
CREATE DOMAIN statement
The CREATE DOMAIN statement names a new Domain and defines the Domain's set... -
ALTER DOMAIN statement
The ALTER DOMAIN statement changes a Domain's definition. The required synt... -
DROP DOMAIN statement
The DROP DOMAIN statement destroys a Domain. The required syntax for the DR... -
Frequently-used numeric Domains
Any business needs to store "money" — usually a signed decimal with two fix...