Quiz 2 - Ch 5 Flashcards
Result of adding more semantic constructs to the original entity relationship (ER) model: E….. E….. R….. M…..
Extended Entity Relationship Model
Generic entity type related to one or more entity subtypes: E…. S……
Entity Supertype
Contains unique characteristics of each entity subtype: E….. S……
Entity subtype
Entity Supertypes and Subtypes: There must be d……, i………kinds of the e…. in the user’s environment
different/ identifiable/ entity
Entity Supertypes and Subtypes: The different kinds of instances should each have one or more a……. that are u…… to that kind of instance
attribute / unique
Entity supertypes and subtypes are organized in a s…………….. h…………
specialization hierarchy
S………….. h………….. depicts arrangement of higher-level entity supertypes and lower-level entity subtypes
specialization hierarchy
Relationships are described in terms of “ i….” relationships
“is-a”
S……… exists within the context of a s………
Subtype / supertype
Every s………. has one s……….. to which it is directly related
Subtype / supertype
S……….. can have many s…….
Supertype/ subtype
Specialaization Hierarchy provides the means to:
- Support a……….. i…………
- Define a special s……… a……… known as the s……….. d……..
- Define d…../o… constrains and c……/p…….. constrains
Support attribute inheritance
Define a special supertype attribute known as the subtype discriminator
Define disjoint/overlapping constraints and complete/partial constraints
Enables an entity subtype to inherit attributes and relationships of the supertype: I………….
Inheritance
All entity subtypes i………their primary key attribute from their supertype
inherite
At the implementation level, supertype and its subtype(s) maintain a …. relationship
1:1
Entity subtypes i……. a… relationships in which supertype entity participates
inherit all
Lower-level s……… i……….. all attributes and relationships from its upper-level s……….
subtypes inherit / supertype
Attribute in the supertype entity that determines to which entity subtype the supertype occurrence is related : S…………. D………..
Subtype Discriminator
Contain a unique subset of the supertype entity set : D………… S………….
Disjoint subtypes
Known as nonoverlapping subtypes: D………. s……….
disjoint subtypes