Day Of Flashcards
(11 cards)
Completeness =
MUST an instance of supertype also be a member of at least one subtype.
Total specialization rule:
Each instance of supertype MUST BE an instance of a subtype. Exhaustive. Double line towards circle.
Partial Specialisation rule:
Entity instance of supertype is allowed NOT to belong to any subtype. Non-exhaustive. Single line towards circle.
What are the two completeness constraint rules:
Total Specialisation and partial Specialisation (there may be other subtypes not yet defined).
What is Disjointness constraint:
Can an instance of supertype be a member of two or more subtypes?
What are the two rules for the Disjointness constraint in an erd?
The disjoint rule and the overlap rule.
What is the disjoint rule:
An instance f the supertype can only be ONE subtype.’d’ -OR
What is the overlap rule:
An instance of supertype can be more than one of the subtypes. ‘O’ - AND
Subtype discriminator?
An attribute of supertype for determining which subtype it is: simple or Boolean.
What is logical database design?
Transforming conceptual models (er and eer diagrams) into relations (relational schema).
Two types of ERD constraints:
Completeness, Disjointness.