Exam 6: Normalization of Database Tables

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

A diagram that depicts all dependencies found within a given table structure is known as a(n)____________________.

(Short Answer)
4.7/5
(38)

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

(Multiple Choice)
4.8/5
(32)

The price paid for increased performance through denormalization is a larger amount of ___________________.

(Short Answer)
4.8/5
(44)

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.7/5
(38)

Unnormalized database tables often lead to various data redundancy disasters in production databases.

(True/False)
4.9/5
(40)

If database tables are treated as though they were files in a file system,the _________________________ never has a chance to demonstrate its superior data-handling capabilities.

(Short Answer)
4.8/5
(29)

Atomic attributes are attributes that can be further divided.

(True/False)
4.8/5
(31)

Normalization works through a series of stages called ___________________ forms.

(Short Answer)
4.9/5
(34)

A table is in 2NF if it is in 1NF and it includes no partial dependencies.

(True/False)
4.9/5
(42)

It is possible for a table in 2NF to exhibit transitive dependency,where one or more nonprime attributes functionally determine other nonprime attributes.

(True/False)
4.9/5
(31)

Normalization is a very important database design ingredient and the highest level is always the most desirable.

(True/False)
4.9/5
(30)

In a real-world environment,changing granularity requirements might dictate changes in primary key selection,and those changes might ultimately require the use of ____________________ keys.

(Short Answer)
4.8/5
(40)

Dependencies based on only a part of a composite primary key are called ____ dependencies.

(Multiple Choice)
4.9/5
(37)

For most business transactional databases,we should normalize relations into ____.

(Multiple Choice)
4.9/5
(32)

A table that has all key attributes defined,has no repeating groups,and all its attributes are dependent on the primary key,is said to be in ____.

(Multiple Choice)
4.9/5
(36)

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

(True/False)
4.8/5
(37)

Dependencies can be identified with the help of a dependency ____________________.

(Short Answer)
4.8/5
(37)

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
(39)

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

(Essay)
4.9/5
(28)

____ yields better performance.

(Multiple Choice)
5.0/5
(35)
Showing 21 - 40 of 100
close modal

Filters

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