You can use the CREATE DOMAIN statement to create and define domains. See CREATE DOMAIN statement.
Some predefined domains are included with SQL Anywhere. For example, the monetary domain MONEY.
To create a new domain (SQL)Connect to a database.
Execute a CREATE DOMAIN statement.
Example 1: Simple domains
Example 2: Default values, check constraints, and identifiers![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |