Select data types

After you prepare your data model, you must implement it as a database and tables. To implement your data model, you first define a domain, or set of data values, for every column. This chapter contains information about the decisions that you must make to define the column data types and constraints.

Implement a relational data model contains information about how the second step uses the CREATE DATABASE and CREATE TABLE statements to implement the model and populate the tables with data.