Test Section 2 Quiz
Test Section 2 Quiz
Test Section 2 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Section 2 Quiz
(Answer all questions in this section)
Correct
Review
(1) Points
Column
Correct
Review
(1) Points
Instance
Column (*)
Foreign Key
Row
Correct
4. Flat file databases avoids data duplication. True or False? Mark for
Review
(1) Points
True
False (*)
Correct
5. What does single table refer to? (Choose Two) Mark for
Review
(1) Points
A type of database storage method where all of the data elements are
stored on top of each other.
A fully-relational database system like Microsoft's SQL Server or Oracle's
database systems.
Non-relational systems that typically store each table and index in
separate files and often do not support the SQL language. (*)
A database where all of the data is stored in one large table. (*)
Correct
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Section 2 Quiz
(Answer all questions in this section)
6. Unique Identifier has a NULL value for each instance of the entity for the Mark for
lifetime of the instance. True or False
Review
(1) Points
True
False (*)
Correct
Correct
8. Many reasons exist for creating a conceptual model. Choose three Mark for
appropriate reasons from the options below.
(Choose 3)
Review
(1) Points
9. Data models are drawn to show users the actual Data that their new system Mark for
will contain; only Data listed on the Diagram can be entered into the
Database. True or False?
Review
(1) Points
True (*)
False
Correct
10. Which of the following are reasons we create conceptual models? Mark for
Review
(1) Points
Correct
Test: Section 2 Quiz
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Section 2 Quiz
(Answer all questions in this section)
11. A barred relationship is mapped to a primary-key column on the many side, Mark for
just like any other M:1 relationship.
Review
(1) Points
True
False (*)
Correct
12. One-to-One relationships are transformed into Foreign Keys in the tables Mark for
created at either end of that relationship. True or False?
Review
(1) Points
True
False (*)
13. In the relational model, data is organized in two-dimensional tables called Mark for
___________.
Review
(1) Points
Relations (*)
Field
Row
Tuples
Correct
14. Each column in a relation is called an entity. True or False? Mark for
Review
(1) Points
True
False (*)
15. In the relational model, relationships between relations or tables are created Mark for
by using?
Review
(1) Points
Primary Keys
Composite Keys
Candidate Keys
Correct