Exam 4: Database Design Using Normalization

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

An inconsistent values problem is created when different users have coded the same data entries differently.

(True/False)
4.9/5
(42)

Normalization eliminates modification anomalies and data duplication.

(True/False)
4.9/5
(29)

When examining data values as a part of assessing table structure,you should try to determine functional dependencies.

(True/False)
4.8/5
(29)

To determine the number and type of columns in a table,use the SQL construct COUNT(*).

(True/False)
4.9/5
(29)

A null value can indicate which of the following conditions?

(Multiple Choice)
4.9/5
(31)

To eliminate multivalued dependencies,normalize your tables so that they are all in BCNF.

(True/False)
4.8/5
(33)

During the second step of the assessing table structure,you are trying to determine ________.

(Multiple Choice)
4.8/5
(37)

An advantage of denormalization is ________.

(Multiple Choice)
4.8/5
(34)

A null value in a column may indicate that there is no appropriate value for that attribute.

(True/False)
4.8/5
(37)

The problem with a general-purpose remarks column is that the data it contains are likely to be verbal,inconsistent and stored in a verbose manner.

(True/False)
4.8/5
(26)

Denormalization is the process of joining previously normalized tables back together.

(True/False)
4.9/5
(38)

When examining data values as a part of assessing table structure,you should try to determine the table's primary key.

(True/False)
4.9/5
(34)

When examining data values as a part of assessing table structure,you should try to determine three types of keys: the primary key,any candidate keys and any foreign keys.

(True/False)
4.8/5
(27)

The problem of misspelled data entries is an entirely different problem than the inconsistent values problem.

(True/False)
4.9/5
(43)

What are general-purpose remarks columns,and why are they a problem?

(Essay)
4.9/5
(32)

The elimination of modification anomalies and the reduction of duplicated data are advantages of normalization.

(True/False)
4.9/5
(38)

Read-only databases seldom use more than one copy of a set of same data.

(True/False)
4.8/5
(26)

A missing value is called a(n)________.

(Multiple Choice)
4.9/5
(32)

The SQL keyword TOP ________.

(Multiple Choice)
4.9/5
(36)

________ is the process of joining two or more tables and storing the result as a single table.

(Multiple Choice)
4.7/5
(32)
Showing 21 - 40 of 100
close modal

Filters

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