Previous Topic: Step 5: Reviewing the Results of AnalysisNext Topic: Identifying Data Entities


Identifying Entities and Relationships

This section contains the following topics:

Overview

Identifying Data Entities

Identifying Relationships Among Entities

Overview

By allowing you to document the total picture of an organization's data, the entity-relationship method of performing logical design allows you to:

What are entities and relationships?

As you develop an entity-relationship diagram for a database, you identify each data entity and relationship used by the organization. An entity is a general category of business data that can be easily identified from the available documentation. A relationship defines a logical connection between two associated data entities. For example, the relationship REPORTS TO might identify a connection between a PERSON entity and a COMPANY entity.

Early in the logical design process, you need to determine the data entities and relationships necessary to fulfill the business functions of your organization. This chapter presents guidelines for identifying data entities and their relationships.