Save
Database Management
4.0
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Spongebob
Visit profile
Cards (53)
What does the ER model form the basis of?
ER diagram
View source
What does an ERD represent?
Conceptual database
as viewed by
end user
View source
What are the main components depicted in ERDs?
Entities
Attributes
Relationships
View source
What does the term "entities" refer to in database context?
Entity
set
, not
single
occurrence
View source
How is an entity represented in Chen and Crow’s Foot models?
By a
rectangle
with entity’s name
View source
How is the entity name formatted?
Written in
capital letters
View source
What are attributes in the context of entities?
Characteristics
of
entities
View source
How are attributes represented in Chen notation?
By
ovals
connected to
entity rectangle
View source
How are attributes represented in Crow’s Foot notation?
Written in
attribute box
below
entity rectangle
View source
What is a required attribute?
Must have a
value
View source
What is an optional attribute?
May be
left
empty
View source
What is a domain in relation to attributes?
Set of possible
values
for an attribute
View source
What are identifiers in database terms?
Attributes
that uniquely identify each entity
instance
View source
What is a composite identifier?
Primary key composed of more than one
attribute
View source
What is a composite attribute?
Can be
subdivided
into smaller attributes
View source
What is a simple attribute?
Cannot be
subdivided
View source
What is a single-value attribute?
Can have only a
single
value
View source
What are multivalued attributes?
Can have
many
values
View source
What should be done with M:N relationships and multivalued attributes?
They should not be
implemented
View source
What is a derived attribute?
Value may be calculated from other
attributes
View source
What is the definition of a relationship in database terms?
Association between
entities
View source
Who are the participants in a relationship?
Entities that participate in a relationship
View source
How do relationships between entities operate?
Always
operate
in
both
directions
View source
What is a 1:M relationship?
One
entity
is
associated
with
many
others
View source
Why is relationship classification difficult?
If
only
one
side
of
the
relationship
is
known
View source
What does connectivity describe in database relationships?
Relationship
classification
View source
What does cardinality express?
Minimum
and
maximum
number
of
entity
occurrences
View source
How are connectivity and cardinality established?
By
concise
statements
known
as
business rules
View source
What is existence dependence in database terms?
Entity
exists
only
when
associated
with
another
View source
What is existence independence?
Entity
can
exist
apart
from
related
entities
View source
What are weak relationships?
PK of related entity does not contain PK component of parent entity
View source
What are strong relationships?
PK of related entity contains PK component of parent entity
View source
What conditions must a weak entity meet?
Existence-dependent
and
PK
derived
from
parent
View source
Who determines if an entity is weak?
Database designer
based on
business rules
View source
What is optional participation in relationships?
One
entity
occurrence
does
not
require
another
View source
What is mandatory participation in relationships?
One
entity
occurrence
requires
corresponding
occurrence
View source
What does relationship degree indicate?
Number
of
entities
associated
with
a
relationship
View source
What is a unary relationship?
Association maintained within a
single
entity
View source
What is a binary relationship?
Association between
two
entities
View source
What is a ternary relationship?
Association involving
three
entities
View source
See all 53 cards