Exam 4: Database Design Using Normalization

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

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

Free
(True/False)
4.9/5
(28)
Correct Answer:
Verified

True

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

Free
(True/False)
4.9/5
(39)
Correct Answer:
Verified

True

The advantages of normalization include ________.

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

A

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

(Multiple Choice)
4.8/5
(38)

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.9/5
(31)

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

(True/False)
4.7/5
(30)

The SQL function COUNT ________.

(Multiple Choice)
4.8/5
(37)

Relations are sometimes left unnormalized to improve performance.

(True/False)
4.9/5
(36)

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

(Essay)
4.8/5
(32)

If you have a table with a set of columns named "Child01","Child02" and "Child03",the table has the multivalued,multicolumn problem.

(True/False)
4.8/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.8/5
(34)

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

(True/False)
4.9/5
(35)

You are creating a PRODUCT table using existing data from multiple sources.Examining the data,you find that you have "large red hat","large hat,red","red hat large" and "hat,large,red." This is an example of ________.

(Multiple Choice)
4.8/5
(37)

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

(True/False)
4.7/5
(37)

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

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

(Multiple Choice)
4.9/5
(40)

Reviewing the work done on a table that was created using existing data from multiple sources,you find that a column name Remarks has been included,and it is populated with inconsistent and verbose verbal data.This is an example of ________.

(Multiple Choice)
4.7/5
(33)

The second step in assessing table structure is to examine data values and determine dependencies and keys.

(True/False)
4.8/5
(40)

The problem of misspelled data entries is really the same as ________.

(Multiple Choice)
4.7/5
(32)

Multivalued dependencies show up under a different name as the multivalued,multicolumn problem.

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

Filters

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