Contents Index Modifying and deleting CHECK constraints Creating domains (Sybase Central)

ASA SQL User's Guide
  Ensuring Data Integrity

Using domains


A domain is a user-defined data type that, together with other attributes, can restrict the range of acceptable values or provide defaults. A domain extends one of the built-in data types. The range of permissible values is usually restricted by a check constraint. In addition, a domain can specify a default value and may or may not allow nulls.

You can define your own domains for a number of reasons.

For more information about domains, see SQL Data Types.


Creating domains (Sybase Central)
Creating domains (SQL)
Deleting domains

Contents Index Modifying and deleting CHECK constraints Creating domains (Sybase Central)