EER Flashcards
1
Q
Multi valued Attributes favored over
A
Compound Attributes
2
Q
Union
A
Employee | | | U | Technician
The technician inherits all of the employee attributes in addition to its own
3
Q
Disjoint
A
Employee | d---------U---- Secretary | U | Technician
An employee can either be a secretary or technician, but not both. (XOR)
4
Q
Sub classes and Super classes
A
Employee | d---------U---- Secretary | U | Technician
The technician and secretary are sub classes of employee. The employee is a super class of secretary and technician.
5
Q
Specialization
A
Process of defining a set of sub classes of an entity type
6
Q
Generalization
A
Start with subclasses and define superclasses
7
Q
Overlap (o)
A
Specifies that sublcasses are not constrained to be disjoint
8
Q
Completeness Constraint
A
Says that every entity must be one of the subclasses