Exam 4: Database Design Using Normalization

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

Relations in BCNF have no modification anomalies in regard to functional dependencies.

(True/False)
4.9/5
(38)

A null value can indicate which of the following conditions?

(Multiple Choice)
4.9/5
(32)

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

(True/False)
4.7/5
(32)

Creating a read-only database is a job often given to beginning database professionals.

(True/False)
4.8/5
(29)

The SQL function COUNT ________.

(Multiple Choice)
4.9/5
(36)

What is the multivalue,multicolumn problem,and why is it a problem? Include an example.

(Essay)
4.7/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)
5.0/5
(31)

A null value in a column may indicate that there is an appropriate value for that attribute,but it is unknown.

(True/False)
4.7/5
(40)

SQL statements that can be used to create referential integrity statements for normalized tables are created during the normalization process.

(True/False)
4.7/5
(29)

Design guidelines and priorities are the same whether you're working with an updatable database or a read-only database.

(True/False)
4.9/5
(32)

To limit the number of rows retrieved from a table,use the SQL construct ________.

(Multiple Choice)
4.8/5
(36)

To check for null values in a column in a table,use the SQL phrase ________.

(Multiple Choice)
4.9/5
(37)

When examining data values as a part of assessing table structure,there is no need to try to determine foreign keys.

(True/False)
4.8/5
(28)

The presence of one or more foreign keys in a relation prevents ________.

(Multiple Choice)
4.8/5
(43)

The defining characteristic of BCNF is that a table is in BCNF if ________.

(Multiple Choice)
4.8/5
(28)

United States ZIP codes are a classic example of unneeded normalization.

(True/False)
4.9/5
(27)

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

(True/False)
4.8/5
(36)

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

(Essay)
5.0/5
(36)

The third step in assessing table structure is to check the validity of presumed referential integrity constraints.

(True/False)
4.7/5
(35)

Denormalization is simple-join the data together and store it in a table.

(True/False)
4.8/5
(27)
Showing 61 - 80 of 100
close modal

Filters

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