Chapter3 Flashcards
Attribute Inheritance
A property by which subtype entities inherit values of all attributes and instances of all relationships of their supertype; Subtype gets supertype attributes
Enhanced entity-relationship model
(EER) A model that has resulted from extending the original E-R model with new modeling constructs
Partial Specialization Rule
A rule that specifies that an entity instance of a supertype is allowed not to belong to any subtype
Disjointness constraint
A constraint that addresses whether an instance of a supertype may simultaneously be a member of two (or more) subtypes
Generalization
The process of defining a more general type from a set of more specialized entity types; Creating a supertype for entity types (down up)
Total specialization rule
A rule that specifies that each entity instance of a supertype must be a member of some subtype in the relations hip
Completeness constraint
A type of constraint that addresses whether an instance of a supertype must also be a member of at least one subtype
Specialization
The process of defining one or more subtypes of the supertype and forming supertype/subtype relationships: Creating subtype for an entity type (top down)
Supertype
A generic entity type that has a relationship with one or more subtypes; Generalized entity type
Disjoint Rule
A rule that specifies that an instance of a supertype may not simultaneously be a member of two (or more) subtypes
Overlap Rule
A rule that specifies that an instance of a supertype may simultaneously be a member of two (or more) subtypes
Entity Cluster
A set of one or more entity types and associated relationships grouped into a single abstract entity type
Subtype
A subgrouping of the entities in an entity type that is meaningful to the organization and that shares common attributes or relationships distinct from other subgroupings; Subset of Supertype
Universal data model
A generic or template data model that can be reused as a starting point for a data modeling project
Supertype/subtype hierarchy
A hierarchical arrangement of supertypes and subtypes in which each subtype has only one supertype