Exam 4: Database Design Using Normalization

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

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

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

B

The first step in assessing table structure includes ________.

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

D

Read-only databases often use several copies of a set of same data,where each copy is modified for a specific use.

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

True

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

(True/False)
4.7/5
(28)

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

(True/False)
4.9/5
(35)

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

(Multiple Choice)
4.9/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
(32)

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

(True/False)
4.9/5
(23)

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

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.8/5
(30)

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

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

(Multiple Choice)
4.8/5
(35)

A form of multivalued dependency is found in ________.

(Multiple Choice)
4.8/5
(36)

General-purpose remarks columns rarely contain important data.

(True/False)
4.7/5
(41)

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

(Multiple Choice)
4.9/5
(37)

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

(Multiple Choice)
5.0/5
(38)

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

(True/False)
4.9/5
(30)

When examining data values as a part of assessing table structure,there is no need to try to determine candidate keys other than the table's primary key.

(True/False)
4.8/5
(34)

The SQL function COUNT ________.

(Multiple Choice)
4.7/5
(44)

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.7/5
(36)
Showing 1 - 20 of 100
close modal

Filters

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