Chapter 3 & 5 Terms Flashcards
Primary Key
An attribute or combination of attributes that uniquely identifies any given row.
Determination
The state in which knowing one attributes value makes it possible to determine the other attributes value.
Functional Dependence
The value of one or more attributes determines the value of one or more other attributes
Composite Key
A key thats composed of more than one attribute.
Super Key
A key that can uniquely identify any row in the table
Flags
A special code to indicate the absence of a value in a space.
Homonyms
Similar sounding words with different meanings.
Composite Entity
An entity designed to transform a M:N relationship into a 1:M relationship.
Design Trap
When a relationship is improperly identified and doesn’t adequately represent the real world.
Generalization
The grouping of shared attributers in a specialization hierarchy.
Specialization Hierarchy
A top-down approach to identifying lower level specific subtypes from a super type.