Exam 4: Database Design Using Normalization

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

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

(True/False)
4.7/5
(34)

To count the number of rows in a table,use the SQL construct ________.

(Multiple Choice)
4.7/5
(30)

A defining requirement for BCNF is that every determinant must be a candidate key.

(True/False)
4.8/5
(34)

The standard sales order/line item pattern is a classic example of unneeded normalization.

(True/False)
4.8/5
(34)

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

(True/False)
4.8/5
(44)

Normalization is an advantage for a read-only database.

(True/False)
4.8/5
(31)

Relations are sometimes left unnormalized to improve performance.

(True/False)
4.8/5
(28)

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

(True/False)
4.9/5
(39)

Denormalization reduces the complexity of the SQL statements needed in an application to read required data.

(True/False)
4.8/5
(38)

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

(Essay)
4.9/5
(39)

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

(True/False)
4.9/5
(39)

What are the advantages and disadvantages of normalization?

(Essay)
4.8/5
(36)

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

(Multiple Choice)
4.7/5
(42)

A table designed to store PhoneNumber01,PhoneNumber02 and PhoneNumber03 contains ________.

(Multiple Choice)
4.7/5
(29)

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

(Multiple Choice)
4.8/5
(31)

What is the multivalue,multicolumn problem,and why is it a problem?

(Essay)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(33)

The SQL keyword IS NULL can be used to ________.

(Multiple Choice)
4.7/5
(35)

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

(Essay)
4.9/5
(33)

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
(40)
Showing 61 - 80 of 100
close modal

Filters

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