Home | Previous Page | Next Page   Basics of Database Design and Implementation > Choosing Data Types >

Data Types

The first constraint on any column is the one that is implicit in the data type for the column. When you choose a data type, you constrain the column so that it contains only values that can be represented by that data type.

Each data type represents certain kinds of information and not others. The correct data type for a column is the one that represents all the data values that are proper for that column but as few as possible of the values that are not proper for it.

This chapter describes built-in data types.

Dynamic Server

For information about the extended data types that Dynamic Server supports, see Creating and Using Extended Data Types in Dynamic Server.

End of Dynamic Server
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]