Alt Final
Alt Final
Alt Final
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Move the attribute STORE LOCATION to a new entity, STORE, with a UID
of STORE ID, and create a relationship to the original entity. (*)
Delete the attribute STORE ID
Move the attribute STORE LOCATION to a new entity, STORE, with a UID
of STORE LOCATION, and create a relationship to the original entity.
Do nothing, it is already in 2nd Normal Form.
Correct
3. To resolve a 2nd Normal Form violation, we:
Mark for
Review
(1) Points
Move the attribute that violates 2nd Normal Form to a new entity with a
relationship to the original entity. (*)
Delete the attribute that was causing the violation.
Do nothing, an entity does not need to be in 2nd Normal Form.
Move the attribute that violates 2nd Normal Form to a new ERD.
Correct
Mark for
Review
(1) Points
Non-dependency
Dependency
Transitive dependency (*)
Functional dependency
Correct
5. Examine the following Entity and decide which rule of Normal Form is being
violated:
ENTITY: CLIENT
ATTRIBUTES:
# CLIENT ID
FIRST NAME
LAST NAME
ORDER ID
STREET
ZIP CODE
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Decency
Normalization (*)
Normalcy
Replication
Correct
9. When all attributes are single-valued, the database model is said to
conform to:
Mark for
Review
(1) Points
Correct
10. An entity can have repeated values and still be in 1st Normal Form. True or
False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 6
(Answer all questions in this section)
11. To convert an entity with a multi valued attribute to 1st Normal Form, we
create an additional entity and relate it to the original entity with a 1:1
relationship. True or False?
Mark for
Review
(1) Points
True
False (*)
Incorrect. Refer to Section 6 Lesson 2.
12. A unique identifier can only be made up of one attribute. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
13. Where an entity has more than one attribute suitable to be the Primary UID,
these are known as _____________ UIDs.
Mark for
Review
(1) Points
Simple
Candidate (*)
Secondary
Composite
Correct
14. If an entity has no attribute suitable to be a Primary UID, we can create an
artificial one. 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
Section 7
(Answer all questions in this section)
16. Arcs model an Exclusive OR constraint. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
17. An arc can often be modeled as Supertype and Subtypes. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Inheritance
Sameness
Exclusivity (*)
Differences
Correct
20. 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
Section 7
(Answer all questions in this section)
21. A Recursive Relationship is represented on an ERD by a/an:
Mark for
Review
(1) Points
Dog's Tail
Single Toe
Crow's Foot
Mark for
Review
(1) Points
True (*)
False
Correct
23. A recursive relationship must be Mandatory at both ends. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
24. A single relationship can be both Recursive and Hierarchical at the same
time. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 8
(Answer all questions in this section)
25. Historical data should always be kept. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 8
(Answer all questions in this section)
26. When modeling historical data the unique identifier is always made up of a
barred relationship from the original two entities. True or False?
Mark for
Review
(1) Points
True
False (*)
Incorrect. Refer to Section 8 Lesson 1.
27. Modeling historical data is optional. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
28. Which of the following would be a logical constraint when modeling time for
a City entity?
Mark for
Review
(1) Points
Cites may change their names and/or country association if the borders
of a country change. (*)
Daily traffic patterns must be monitored to determine how many law
enforcement officers are needed.
People are born in the city and people die in the city.
If you are doing a system for any French City, you would need security
clearance.
Correct
29. What is the function of logging or journaling in conceptual data models?
Mark for
Review
(1) Points
Mark for
Review
(1) Points
The price of gold fluctuates and, to determine the current price, you
need to know the time of purchase. (*)
The Government of your country might want to be notified of this
transaction.
You would not want to model this; it is not important.
Sales people must determine where the gold is coming from.
Correct
Section 8
(Answer all questions in this section)
31. No formal rules exist for drawing ERD's. The most important thing is to
make sure that all entities, attributes, and relationships are documented on
the diagram, and the diagram is clear and readable. True or False?
Mark for
Review
(1) Points
True (*)
False
Correct
32. You must make sure all entities of a proposed system can fit onto one
diagram. It is not allowed to break up a data model into more than one
diagram. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
Section 9
(Answer all questions in this section)
33. An "Arc Implementation" can be done just like any other Relationship - you
simply add the required Foreign Keys. True or False?
Mark for
Review
(1) Points
True
False (*)
Incorrect. Refer to Section 9 Lesson 4.
34. When translating an arc relationship to a physical design, you must turn the
arc relationships into foreign keys. What additional step must you take with
the created foreign keys to ensure the exclusivity principle of arc
relationships? (Assume that you are implementing an Exclusive Design)
(Choose Two)
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Referential integrity
User-defined integrity
Column integrity
Entity integrity (*)
Correct
Section 9
(Answer all questions in this section)
36. 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
Mark for
Review
(1) Points
Column integrity
Entity integrity
User-defined integrity (*)
Referential integrity
Correct
39. Foreign keys cannot be null when
Mark for
Review
(1) Points
Mark for
Review
(1) Points
True (*)
False
Correct
Section 9
(Answer all questions in this section)
41. The Physical model is created by transforming which of the following
models?
Mark for
Review
(1) Points
Table
Physical
Conceptual (*)
Constraint
Correct
42. In a physical data model, a relationship is represented as a:
Mark for
Review
(1) Points
Unique Identifier
Column
Foreign Key (*)
Primary Key
Correct
43. In an Oracle database, why would 1_TABLE not work as a table name?
Mark for
Review
(1) Points
Correct
44. One-to-One relationships are transformed into Foreign Keys in the tables
created at either end of that relationship. True or False?
Mark for
Review
(1) Points
True
False (*)
Incorrect. Refer to Section 9 Lesson 3.
45. 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
ection 9
(Answer all questions in this section)
46. To resolve a many to many relationship in a physical model you create a(n)
___________________?
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Section 10
(Answer all questions in this section)
49. Systems are always just rolled out as soon as the programming phase is
finished. No further work is required once the development is finished. True
or False?
Mark for
Review
(1) Points
True
False (*)
Correct.
50. The data model can be used to...
Mark for
Review
(1) Points