Chapter 3 Building Physical Diagrams
The data types that you can select in a Physical diagram depend on your current DBMS. Depending on the data type, you may have to also specify a maximum or fixed length and the level of decimal precision.
In the list of data types, a variable indicates that you have to type a length or precision, as follows:
| Variable | Replace with |
|---|---|
| %n | Length |
| %s | Length with precision |
| %p | Decimal precision |
For example, if you are using Sybase Adaptive Server Anywhere and you choose the data type
char(%n), you can choose a length of ten by typing
char(10).
To specify a data type for a domain from the list of domains:
To select a data type for a domain from its property sheet:
| Copyright (C) 2007. Sybase Inc. All rights reserved. |
| |