Previous Topic: Establishing Naming Conventions for the AttributesNext Topic: Grouping the Attributes


Identifying the Attributes of Each Entity

Each entity in a database is described by certain attributes. Attributes are those pieces of information about an entity that are required for processing performed by the business functions. By carefully examining the business functions, you can determine which attributes need to be maintained for each entity in the database.

Attribute categories

Attributes for a data entity fall into the following categories:

As you identify the attributes of each data entity, you need to determine whether the attributes are unique keys, primary keys, secondary keys, foreign keys, or non-key attributes.