CSIS304 chapter 4 – Flashcards

Unlock all answers in this set

Unlock answers
question
The Crow's foot symbol with two vertical parallel lines indicates _____ cardinality.
answer
(1,1)
question
A relationship is an association between _____.
answer
entities
question
Knowing the minimum and maximum number of _____ occurrences is very helpful at the application software level.
answer
entity
question
A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
answer
True
question
In Chen notation, there is no way to represent cardinality.
answer
False
question
Referential integrity and participation are both bidirectional, meaning that they must be addressed in both directions along a relationship.
answer
False
question
Connectivities and cardinalities are established by concise statements known as business rules.
answer
True
question
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
answer
False
question
Software vendors have adopted the Chen representation because of its compact representation.
answer
False
question
A _____ attribute can be further subdivided to yield additional attributes.
answer
composite
question
If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a _____ relationship.
answer
recursive
question
The Crow's Foot notation is less implementation-oriented than the Chen notation.
answer
False
question
The _____ notation of entity-relationship modelling can be used for both conceptual and implementation modelling.
answer
UML
question
Composite attributes make it easier to facilitate detailed queries.
answer
False
question
When using the Crow's Foot notation, the associative entity is indicated by _____ relationship lines between the parents and the associative entity.
answer
solid
question
A derived attribute is indicated in the Chen notation by a _____ that connects the attribute and an entity.
answer
dashed line
question
The existence of a(n) _____ entity indicates that its minimum cardinality is zero.
answer
optional
question
In organizations that generate large number of transactions, _____ are often a top priority in database design.
answer
high processing speeds
question
Unary relationships are common in manufacturing industries.
answer
True
question
Relationships between entities always operate in one direction.
answer
False
question
The first step in building an entity-relationship diagram (ERD) is _____.
answer
creating a detailed narrative of the organization's description of operations
question
In the Chen and Crow's Foot notations, an entity is represented with a rectangle containing the entity's name.
answer
True
question
A _____ relationship exists when three entities are associated.
answer
ternary
question
In a 1:M relationship, to avoid the possibility of referential integrity errors, the data of the "1" side must be loaded first.
answer
True
question
_____ expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
answer
Cardinality
question
If Tiny College has some departments that are classified as "research only" and do not offer courses, the COURSE entity of the college database would be _____ the DEPARTMENT entity.
answer
optional to
question
A _____ relationship exists when an association is maintained within a single entity.
answer
unary
question
Complex _____ requirements may dictate data transformations, and they may expand the number of entities and attributes within the design.
answer
information
question
The entity relationship model (ERM) is dependent on the database type.
answer
False
question
A composite identifier is a primary key composed of more than one attribute.
answer
True
question
An entity is said to be _____-dependent if it can exist in the database only when it is associated with another related entity occurrence.
answer
existence
question
The Crow's Foot notation easily identifies multivalued attributes.
answer
False
question
In implementation terms, an entity is existence-dependent if it has a mandatory primary key.
answer
False
question
If an entity can exist apart from all of its related entities, then it is existence-independent, and it is referred to as a(n) _____ entity.
answer
strong
question
Ideally, an entity identifier is composed of _____ attribute(s).
answer
one
question
A _____ attribute is one that cannot be subdivided.
answer
simple
question
The decision to store _____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.
answer
derived
question
In the entity relationship model, a table row corresponds to an entity instance.
answer
True
question
The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
answer
False
question
To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent _____ relationships whenever possible.
answer
binary
question
The conceptual model can handle _____ relationships and multivalued attributes.
answer
M:N
question
When the specific cardinalities are not included on the diagram in Crow's Foot notation, cardinality is implied by the use of _____.
answer
symbols
question
An entity in the entity relationship model corresponds to a table in the relational environment.
answer
True
question
In the entity relationship diagram (ERD), cardinality is indicated using the _____ notation, where max is the maximum number of associated entities and min represents the minimum number of associated entities.
answer
(min,max)
question
A(n) _____ is the set of possible values for a given attribute.
answer
domain
question
In the original Chen notation, each attribute is represented by an oval with the attribute name connected to an entity rectangle with a line.
answer
True
question
To implement a small database, a database designer must know the "1" and the "M" sides of each relationship and whether the relationships are mandatory or optional.
answer
True
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New