Each entity must be uniquely identifiable so that each instance of the entity is separate and distinctly recognizable from all other instances of that entity. The unique identifier, also known as the primary key, can be any of the following:
A primary key should consist of the fewest number of attributes necessary to make every instance of the entity unique. Review the attributes of each entity and select the primary key for each entity. Primary keys are identified in the following table:
|
Entity |
Attribute |
Primary Key |
|
COURSE |
Course code |
Course code |
|
HORSE |
Horse code |
Horse code |
|
JOCKEY |
Jockey code |
Jockey code |
|
SIRE |
Sire code |
Sire code |
|
DAM |
Dam code |
Dam code |
|
RACE |
Course code |
Course code |
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|