You are on page 1of 4

Test: Section 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.

Section 4 and 5 Quiz


(Answer all questions in this section)

1. When creating a database based on extracting metadata from an existing database or


using the DDL code obtained from an implementation of an existing database, which Mark for Review
data modeling approach would you choose? (1) Points

Top-Down Modeling
Target Modeling
Bottom-Up Modeling (*)
You cannot model this.

Correct

2. A column or set of columns that uniquely identifies each row in a table.


Mark for Review
(1) Points

Database Key
Primary Key (*)
Foreign Key

Correct

3. Top-Down Modeling is the approach taken for designing a new database.


Mark for Review
(1) Points

True (*)
False

Correct

4. Which of the following is true about subtypes?


Mark for Review
(1) Points

Subtypes must be mutually exclusive. (*)


One instance of a supertype may belong to two subtypes.
Subtypes should not be exhaustive.
Subtypes must not be mutually exclusive.

Correct

5. You can only create relationships to a Supertype, not to a Subtype. True or False?
Mark for Review
(1) Points

True
False (*)

Correct

Page 1 of 3 Next Summary

Test: Section 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.

Section 4 and 5 Quiz


(Answer all questions in this section)

6. All instances of a subtype may be an instance of the supertype but does not have to.
True or False? Mark for Review
(1) Points

True
False (*)

Correct

7. A relationship that participates in an entity's unique identifier is called a Hierarchical


Relationship. Mark for Review
(1) Points

True
False (*)

Correct

8. Which of the following are suitable Entity names? (Choose Two)


Mark for Review
(1) Points
(Choose all correct answers)

ANIMALS
DOGS
DOG (*)
ANIMAL (*)

Correct

9. A Relational model is the blue print to the actual database implementation and can be
used as the basis for implementing any type of Database Management System Mark for Review
(DBMS). (1) Points

True (*)
False

Correct

10. Each attribute in an entity maps to a column in a table.


Mark for Review
(1) Points

True (*)
False

Correct

Previous Page 2 of 3 Next Summary

Test: Section 4 and 5 Quiz

Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.

Section 4 and 5 Quiz


(Answer all questions in this section)

11. A glossary in Oracle SQL Developer Data Modeler is a set of accepted terms that can
be used in the design. Mark for Review
(1) Points

True (*)
False

Correct

12. When an exclusive relationship is engineered to a Relational model, a foreign key


column is created for each relationship included in the arc. Mark for Review
(1) Points

True (*)
False

Correct

13. For a mandatory 1:1 relationship, the foreign key will be placed on the mandatory side
of the table and will use the NOT NULL constraint to enforce the mandatory condition. Mark for Review
(1) Points

True (*)
False

Correct

14. If a 1:1 relationship is optional in both directions, the foreign key can be in either
table. Mark for Review
(1) Points

True (*)
False

Correct

15. When two attributes in the same entity relate to the same unique identifier attribute
then you can fold the keys into one column in the Relational model during Mark for Review
engineering. (1) Points

True (*)
False

Correct

Previous Page 3 of 3 Summary

You might also like