INFORMIX
Informix Guide to SQL: Tutorial
Chapter 8: Building Your Data Model
Home Contents Index Master Index New Book

In This Chapter

The first step in creating a database is to construct a data model: a precise, complete definition of the data to be stored. This chapter contains a cursory overview of one method of doing this. Chapter 9, "Implementing Your Data Model" describes how to implement a data model once you design it. The data model shown in this chapter assumes a relational database. It does not show how to construct a data model for an object-relational database. Nonetheless, in a general sense, the entity-relationship diagrams shown in this chapter can be used to design a data model for an object-relational database.

To understand the material in this chapter, you should have a basic understanding of SQL and relational database theory.




Informix Guide to SQL: Tutorial, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.