The ____ constraint specifies whether each entity supertype occurrence must also be a member of at least one subtype.
specialization
uniqueness
inheritance
completeness
In addition to the normal behavior, the EER model also supports specialization ____ where a subtype can have multiple parents (supertypes).
nets
networks
lattices
webs
____ relationships occur when there are multiple relationship paths between related entities.
Shared
Redundant
Joined
Nonkey
A specialization hierarchy reflects the ____ relationship between EMPLOYEE and its subtypes.
1:1
1:*
*:*
0:*
A(n) ____ trap occurs when a relationship is improperly or incompletely identified and, therefore, is represented in a way that is not consistent with the real world.
entity
relationship
key
design
In modeling terms, the ____ contains the common characteristics and the entity subtypes contain the unique characteristics of each entity subtype.
entity supertype
superentity
base entity
higher entity
The property of ____ enables an entity subtype to inherit the attributes and relationships of the supertype.
specialization
generalization
inheritance
uniqueness
The implementation of disjoint subtypes is based on the value of the subtype discriminator attribute in the ____.
supertype
subtype
primary key attribute
foreign key attribute
The ____'s function is to guarantee entity integrity.
entity name
discriminator
index
primary key
What is the best data type for a primary key?
numeric
text
boolean
date
____ data refer to data whose values change over time and for which you must keep a history of the data changes.
Closed
Historical
Time-complete
Time-variant
Arguably, the most important characteristic of an entity is its ____.
name
primary key
relationships
attributes
____ subtypes are subtypes that contain nonunique subsets of the supertype entity set.
Shared
Overlapping
Joined
Complex
One important inheritance characteristic is that all entity subtypes inherit their ____ from their supertype.
indexes
foreign keys
candidate keys
primary key attribute
____ is the bottom-up process of identifying a higher-level, more generic entity supertype from lower-level entity subtypes.
Discrimination
Specialization
Completeness
Generalization
As part of database naming conventions, attribute names should use suffixes such as _ID, _NUM, or _CODE for the ____ attribute.
primary key
foreign key
index
determinant
The EER model builds on ER concepts and adds support for entity supertypes, subtypes, and entity ____.
clustering
housing
joining
extension
A(n) ____ is the attribute in the supertype entity that determines to which entity subtype each supertype occurrence is related.
inheritance key
subtype discriminator
supertype selector
subtype entity
____________ is used when an entity is composed of (or is formed by) a collection of other entities, but the entities are independent of each other. That is, the relationship can be classified as a ‘has_a’ relationship type.
Specialization
Generalization
Aggregation
Composition
__________ is used when when two entities are associated in an aggregation association with a strong identifying relationship and deleting the parent deletes the children instances.