A datatype is a predefined set of characteristics for an attribute or column that specifies field length, acceptable characters, and optional and required parameters. For example, the datatype char(18) specifies that the column can store up to 18 alpha and numeric characters.
By default, a datatype is applied to every attribute in a logical model and to every column in a physical model. In the logical model, the datatype is determined by the domain from which the attribute inherits its properties or from the datatype that you assign. In the physical model, the datatype is determined by the default value specified by the target server or the datatype that you assign. Considering the large quantity of attributes or columns a data model usually has, it can be quite tedious to manually assign and maintain consistency of datatypes. For this reason, there are several tools that help you with this task.
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |