Chapter 5 Flashcards
Extended entity relationship diagram
result of adding more semantic constructs to the ER model. This model is used to make an EER diagram
Disjoint subtype
contain unique subset of supertype entity set.
Overlapping subtype
subtypes that contain nonunique subsets of the supertype entity set
Completeness constraint
Specifies whether each entity supertype occurrence must also be a member of at least one subtype
Partial completeness
(circle over single line) means that not every supertype occurrence is a member of a subtype
Total completeness
(circle over double line) every supertype occurrence must be a member of at least one subtype
Speialization
top-down process of identifying lower-level, more specific entity subtypes from a higher-level entity supertype
Generalization
bottom-up process of identifying a higher-level more generic entity supertype from lower-level entity subtypes
Entity cluster
a virtual entity type used to represent multiple entities and relationships in the ERD
Natural key (natural identifier)
real world identifier that uniquely identifies a real world object
Surrogate key
Primary key created by the database designer to simplify the identification of entity instances