Exam 4: Database Design Using Normalization

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

Database design varies depending on whether you're building an updatable database or a read-only database.

(True/False)
4.8/5
(28)

Null values are a problem because they are ambiguous.

(True/False)
4.9/5
(27)

When you are given a set of tables and asked to create a database to store their data,the first step is to ________.

(Multiple Choice)
4.8/5
(40)

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

(Multiple Choice)
4.7/5
(45)

Normalization eliminates modification anomalies and data duplication.

(True/False)
4.8/5
(33)

When you are creating a database from existing data,you will have only minor problems with inconsistent values.

(True/False)
4.8/5
(39)

A classic example of unneeded normalization is when we are dealing with ________.

(Multiple Choice)
4.7/5
(45)

Anomalies caused by functional dependencies can be eliminated by putting tables into ________.

(Multiple Choice)
4.7/5
(33)

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

(True/False)
4.8/5
(34)

To count the number of rows in a table,use the SQL construct COUNT(ROWS).

(True/False)
4.8/5
(37)

To limit the number of rows retrieved from a table,use the SQL TOP keyword.

(True/False)
4.8/5
(31)

A missing value is called a(n)________.

(Multiple Choice)
4.7/5
(39)

The SQL DELETE TABLE statement can be used to remove unneeded tables after the normalized tables are created and populated.

(True/False)
4.9/5
(28)

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

(True/False)
4.9/5
(41)

For a number of reasons,________ is not often an advantage for a read-only database.

(Multiple Choice)
4.8/5
(33)

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

(True/False)
4.9/5
(40)

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

(Multiple Choice)
4.8/5
(31)

Writing SQL subqueries and joins against normalized tables is simple compared to the code that must be written to handle anomalies from multivalued dependencies.

(True/False)
4.8/5
(37)

What are null values,and why are they a problem?

(Essay)
4.7/5
(37)

When you are given a set of tables and asked to create a database to store their data,the first step is to assess the tables' structure and content.

(True/False)
4.9/5
(32)
Showing 81 - 100 of 100
close modal

Filters

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