Chapter 5 Flashcards
A data model is a plan for a database design.
True
The method of constructing data models used in the text is the extended entity-relationship (E-R) model.
True
An entity is something that users want to track.
True
Entities of a given type are grouped into entity classes.
True
An entity class is described by the structure of the entities in that class.
True
An entity instance is the occurrence of a particular entity.
True
An entity instance of an entity class is the representation of a particular entity and is described by the values of the attributes of the entity.
True
An identifier of an entity instance is one or more attributes that name or identify entity instances.
True
A compound identifier is an identifier consisting of two or more attributes.
False
In E-R modeling, an attribute describes the characteristics of an entity.
True
In E-R modeling, entities within an entity class may have different attributes.
False
An identifier of an entity instance must consist of one and only one attribute.
False
A composite identifier is defined as a composite attribute that is an identifier.
False
An identifier serves the same role for a table that a key does for an entity.
False
Entities can be associated with one another in relationships.
True
The degree of a relationship is the number of entity classes in the relationship.
True
A binary relationship is a relationship between two or more entities.
False
Relationships of degree two are referred to as binary relationships.
True
E-R modeling recognizes both relationship classes and relationship instances.
True
In today’s E-R models, attributes of relationships are still used.
False
A single relationship class involves only one entity class.
False
A binary relationship is a relationship based on numerical entity instance identifiers.
False
The degree of a relationship is expressed as the relationship’s maximum cardinality.
False