Exam 6: Normalization of Database Tables

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.

Free
(True/False)
4.8/5
(27)
Correct Answer:
Verified

True

Relational models view data as part of a table or collection of tables in which all key values must be identified.

Free
(True/False)
4.8/5
(25)
Correct Answer:
Verified

True

A _____ derives its name from the fact that a collection of multiple entries of the same type can exist for any single key attribute occurrence.

Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
Verified

C

If a table has multiple candidate keys and one of those candidate keys is a composite key, the table can have _____ based on this composite candidate key even when the primary key chosen is a single attribute.

(Multiple Choice)
4.8/5
(42)

A table is in 4NF if it is in 3NF, and _____.

(Multiple Choice)
4.7/5
(42)

Any attribute that is at least part of a key is known as a(n) _____.

(Short Answer)
4.8/5
(26)

Explain the Boyce-Codd normal form (BCNF). How is it related to other normal forms?

(Essay)
4.9/5
(31)

Dependency diagrams are very helpful in getting a bird's-eye view of all the relationships among a table's attributes.

(True/False)
4.8/5
(29)

A relational table must not contain a(n) _____.

(Multiple Choice)
4.8/5
(28)

_____ refers to the level of detail represented by the values stored in a table's row.

(Short Answer)
4.9/5
(43)

Normalization represents a micro view of the entities within the ERD.

(True/False)
4.8/5
(32)

Normalization works through a series of stages called normal forms. For most purposes in business database design, _____ stages are as high as you need to go in the normalization process.

(Multiple Choice)
4.7/5
(41)

In order to meet performance requirements, portions of the database design may need to be occasionally denormalized.

(True/False)
4.8/5
(35)

In a real-world environment, we must strike a balance between design integrity and _____.

(Multiple Choice)
4.9/5
(41)

Because a partial dependency can exist only when a table's primary key is composed of several attributes, a table whose _____ key consists of only a single attribute is automatically in 2NF once it is in 1NF.

(Short Answer)
4.7/5
(34)

A dependency based on only a part of a composite primary key is called a(n) _____.

(Short Answer)
5.0/5
(41)

Repeating groups must be eliminated by ensuring that each row defines a single entity.

(True/False)
4.9/5
(31)

An example of denormalization is using a _____ denormalized table to hold report data. This is required when creating a tabular report in which the columns represent data that are stored in the table as rows.

(Multiple Choice)
4.9/5
(29)

What steps are involved in the conversion to third normal form?

(Essay)
4.8/5
(51)

In the context of partial dependencies, data redundancies occur because every row entry requires duplication of data.

(True/False)
4.7/5
(42)
Showing 1 - 20 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)