Database Design
Database Design
A
transitive
dependen
cy exists
when any
attribute
in an
entity is
dependent
on any
other nonUID
attribute
in that
entity.
True (*)
False
Correct
2. Examine the following Entity and decide which rule of Normal
Form is being violated:
Mark for
Review
(1) Points
ENTITY: CLIENT
ATTRIBUTES:
# CLIENT ID
FIRST NAME
LAST NAME
STREET
CITY
ZIP CODE
Mark for
Review
(1) Points
Non-dependency
Functional dependency
Transitive dependency (*)
Dependency
Correct
Mark for
Review
(1) Points
Mark for
Review
(1) Points
ENTITY: CLASS
ATTRIBUTES:
#CLASS ID
#TEACHER ID
SUBJECT
TEACHER NAME
CUSTOMER ID
DATE
STORE ID
STORE LOCATION (*)
Correct
7. Examine the following entity and decide how to make it
conform to the rule of 2nd Normal Form:
Mark for
Review
(1) Points
ENTITY: RECEIPT
ATTRIBUTES:
#CUSTOMER ID
#STORE ID
STORE LOCATION
DATE
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Correct
10. Normalizing an Entity to 1st Normal Form is done by removing
any attributes that contain muliple values. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
11. When data is
stored in
more than
one place in
a database,
the
database
violates the
rules of
___________.
Normalcy
Replication
Decency
Normalization (*)
Correct
12. A candidate UID that is not chosen to be the Primary UID is
called:
Mark for
Review
(1) Points
Artificial
Secondary (*)
Simple
Composite
Correct
13. A unique identifier can only be made up of one attribute. True
or False?
Mark for
Review
(1) Points
True
False (*)
Correct
14. There is no limit to how many columns can make up an
entity's UID. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
15. An entity could have more than one attribute that would be a
suitable Primary UID. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
16. A particular
problem
may be
solved
using
either a
Recursive
Relationshi
p or a
Hierarchica
l
Relationshi
p, though
not at the
same time.
True or
False?
True (*)
False
Correct
17. A Hierarchical relationship is a series of relationships that
reflect entities organized into successive levels. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True
False (*)
Correct
21. Which of
the
following
can be
added to a
relationshi
p?
Mark for
Review
(1) Points
True
False (*)
Correct
23. Arcs are used to visually represent _________ between two or
more relationships in an ERD.
Mark for
Review
(1) Points
Sameness
Differences
Exclusivity (*)
Inheritance
Correct
24. Every business has restrictions on which attribute values and
which relationships are allowed. These are known as:
Mark for
Review
(1) Points
Entities.
Attributes
Relationships
Constraints. (*)
Correct
Section 8
(Answer all questions in this section)
25. In an ERD, High Volume Entities usually have very few
relationships to other entities. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
26. There is
no point
in trying
to group
your
entities
together
on your
diagram
accordin
g to
volume,
and
making
a
diagram
look
nice is a
waste of
time.
True or
False?
True
False (*)
Correct
27. Which of the following is a logical constraint that could result from
considering how time impacts an example of data storage?
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True
False (*)
Incorrect. Refer to Section 8 Lesson 3.
29. Which of the following scenarios should be modeled so that
historical data is kept? (Choose two)
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Transferable Relationship
Arc.
Conditional Non-transferable Relationship. (*)
Non-transferable Relationship.
Correct
32. If you have an entity that a DATE attribute, and other attributes
that track characteristics of the date, you should create a DAY
entity. True or False?
Mark for
Review
(1) Points
True (*)
False
Section 9
(Answer all questions in this section)
33. The "Arc Implementation" is a synonym for what type of
implementation?
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True
False (*)
Correct
36. In a physical
model, many to
many
relationships are
resolved via a
structure called
a(n):
________________
Supertype
Intersection Table
Intersection Entity (*)
Subtype
Correct
37. The Oracle Database can implement a many to many
relationship. You simply create two foreign keys between
the two tables. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
38. One-to-One relationships are transformed into Check
Constraints in the tables created at either end of that
relationship. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
39. An Arc is transformed to the physical model by adding a
foeign Key for every relationship in the Arc. True or False?
Mark for
Review
(1) Points
True (*)
False
Incorrect. Refer to Section 9
Lesson 3.
40. Identify all of the incorrect statements that complete this
sentence: A primary key is...(Choose three)
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True
False (*)
Correct
43. Foreign keys must be null. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
44. The explanation below is an example of which constraint type?
A primary key must be unique, and no part of the primary key can
be null.
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True (*)
False
Correct
46. In an
Oracle
databas
e, why
would
1_TABLE
not
work as
a table
name?
Mark for
Review
(1) Points
Physical
Conceptual (*)
Constraint
Table
Correct
48. In a physical data model, an attribute becomes a _____________.
Mark for
Review
(1) Points
Table
Foreign Key
Constraint
Column (*)
Correct
Section 10
(Answer all questions in this section)
49. In the Analysis phase, the tables are created and populated with
test data. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct.
50. During which phases of the System Development Life Cycle would
you roll out the system to the users?
Mark for
Review
(1) Points