Home | Previous Page | Next Page   Basics of Database Design and Implementation > Building a Relational Data Model >

Resolving Relationships

The aim of a good data model is to create a structure that provides the database server with quick access. To further refine the telephone directory data model, you can resolve the relationships and normalize the data model. This section addresses how and why to resolve your database relationships. Normalizing your data model is discussed in Normalizing a Data Model.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]