Dbms Soal 3
Dbms Soal 3
Review your answers, feedback, and question scores below. An asterisk (*)
indicates a correct answer.
Section 3
(Answer all questions in this section)
1. The transformation from an ER diagram to a physical design involves changing
terminology. Primary Unique Identifiers in the ER diagram become __________
and relationships become ____________.
Primary keys, Foreign keys (*)
Unique Keys, Primary keys
Foreign keys, Primary keys
Foreign keys, mandatory business rules
Incorrect. Refer to Section 3 Lesson 4.
(0/1) Points
2. When mapping a barred relationship a primary key and foreign key can be the
same field.
True (*)
False
Correct
(1/1) Points
3. _____________ are converted to rows in the physical design.
columns
attributes
instances (*)
entities
Incorrect. Refer to Section 3 Lesson 4.
(0/1) Points
4. Intersection Entities often have the relationships participating in the UID, so
the relationships are often barred. True or False?
True (*)
False
Correct
(1/1) Points
5. A _________ on a relationship line indicates the Relationship as Non-
Tranferable.
Star
Triangle
Circle
Diamond (*)
Incorrect. Refer to Section 3 Lesson 1.
(0/1) Points
Page 1 of 3 Next
Review your answers, feedback, and question scores below. An asterisk (*)
indicates a correct answer.
Section 3
(Answer all questions in this section)
6. When you resolve a M:M, you simply re-draw the relationships between the
two original entities; no new entities are created. True or False?
True
False (*)
Incorrect. Refer to Section 3 Lesson 1.
(0/1) Points
7. A recursive relationship has cardinality of ___________.
Many to Many
Cannot be determined without more information. (*)
One to Many
One to One
Incorrect. Refer to Section 3 Lesson 1.
(0/1) Points
8. You can only create relationships to a Supertype, not to a Subtype. True or
False?
True
False (*)
Correct
(1/1) Points
9. Which of the following would be a logical constraint when modeling time for a
City entity?
Daily traffic patterns must be monitored to determine how many law
enforcement officers are needed.
Cites may change their names and/or country association if the borders of a
country change. (*)
If you are doing a system for any French City, you would need security clearance.
People are born in the city and people die in the city.
Correct
(1/1) Points
10. Modeling historical data is optional. True or False?
True (*)
False
Correct
(1/1) Points
Previous Page 2 of 3 Next
Review your answers, feedback, and question scores below. An asterisk (*)
indicates a correct answer.
Section 3
(Answer all questions in this section)
11. If there is a column missing in an entity - normalization should identify this
problem.
True (*)
False
Incorrect. Refer to Section 3 Lesson 3.
(0/1) Points
12. Normalization is the process of organizing the attributes and entities of a
relational database to minimize ______________
redundancy
data inconsistencies
anomalies
All of the above. (*)
Incorrect. Refer to Section 3 Lesson 3.
(0/1) Points
13. A business rule such as "We only ship goods after customers have
completely paid any outstanding balances on their account" is best enforced by:
Making the payment attribute optional.
Hiring a programmer to create additional programming code to verify no goods
are shipped until the account has been settled in full. (*)
Making the payment attribute null.
We need to trust our customers, and we know they will pay some day.
Incorrect. Refer to Section 3 Lesson 3.
(0/1) Points
14. According to ___________, an attribute must be dependent on its entity’s entire
unique identifier.
4th normal form
3rd normal form
1st normal form
2nd normal form (*)
Incorrect. Refer to Section 3 Lesson 3.
(0/1) Points
15. A new system would have a mixture of both Procedural and Structural
Business Rules as part of the documentation of that new system. True or False?
True (*)
False
Correct
(1/1) Points
Previous Page 3 of 3