More than one formal method for data modeling exists. Most methods force you to be thorough and precise. If you know a method, by all means use it.
This chapter presents a summary of the entity-relationship (E-R) data model. The E-R data-modeling method follows these steps:
Steps 1 through 5 are discussed in this chapter. Implementing a Relational Data Model discusses the final step of converting your logical data model to a physical schema.
The end product of data modeling is a fully-defined database design encoded in a diagram similar to Figure 21, which shows the final set of tables for a personal telephone directory. The personal telephone directory is an example developed in this chapter. It is used rather than the demonstration database because it is small enough to be developed completely in one chapter but large enough to show the entire method.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]