Exam 4: Database Design Using Normalization

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

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

The first step in assessing table structure includes ________.

(Multiple Choice)
4.9/5
(29)

Reviewing the work done on a table that was created using existing data from multiple sources,you are likely to find that some data values that were provided were never entered into the table.This is an example of ________.

(Multiple Choice)
4.8/5
(37)

Explain denormalization,and why it may be appropriate to denormalize a set of tables.

(Essay)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(31)

Unlike the anomalies from functional dependencies,the anomalies from ________ are so serious that they should always be eliminated.

(Multiple Choice)
4.7/5
(28)

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

(True/False)
4.7/5
(31)

The SQL INSERT statement can be used to populate normalized tables.

(True/False)
4.7/5
(36)

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

(True/False)
5.0/5
(23)

A missing value is called a(n)________.

(Multiple Choice)
4.8/5
(38)

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

(True/False)
4.9/5
(35)

When a table is created using existing data from multiple sources,you are likely to find that the different sources code data in slightly different ways.This is an example of ________.

(Multiple Choice)
4.9/5
(32)

The first step in assessing table structure is to count rows and examine columns.

(True/False)
4.9/5
(43)

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

(True/False)
4.9/5
(27)

Read-only databases are often updated.

(True/False)
4.9/5
(31)

The multivalued,multicolumn problem occurs when a set of columns are used to store data that should actually be in one column.

(True/False)
4.9/5
(46)

Most DBMS products will let you define a primary key on a column that contains null values.

(True/False)
4.9/5
(39)

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

(True/False)
4.8/5
(30)

When accessing table structure,and determining the number and types of columns in a table,how can you control how many rows are returned?

(Essay)
4.7/5
(33)

The SQL keyword TOP ________.

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

Filters

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