Exam 4: Database Design Using Normalization

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

The disadvantages of normalization include ________.

(Multiple Choice)
4.9/5
(32)

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

The first step in assessing table structure includes ________.

(Multiple Choice)
4.8/5
(31)

You are creating a BOAT table using existing data from multiple sources,and you find that you have "power boat blue","boat,power,blue" and "blue power boat" as data values for the same column.This is an example of the inconsistent values problem.

(True/False)
4.9/5
(31)

One situation created by the multivalued,multicolumn problem is that the maximum number of data values for an attribute is limited.

(True/False)
4.8/5
(32)

The presence of one or more foreign keys in a relation means that we cannot eliminate duplicated data in that table.

(True/False)
4.8/5
(39)

General-purpose remarks columns rarely contain important data.

(True/False)
4.9/5
(32)

You have been given two tables,CUSTOMER and SALE.You want to check the referential integrity constraint: SALE.CustomerNumber must exist in CUSTOMER.CustomerNumber You run the following SQL query: SELECT CustomerNumber FROM SALE WHERE CustomerNumber NOT IN (SELECT CustomerNumber FROM CUSTOMER); What is shown in the results of this query?

(Multiple Choice)
4.8/5
(35)

Read-only databases are often updated.

(True/False)
4.8/5
(30)

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 examining data values as a part of assessing table structure,you should try to determine multivalued dependencies.

(True/False)
4.9/5
(38)

When a table is created using existing data from multiple sources,you are likely to find that some data values have never been provided because the values are not known.This is an example of ________.

(Multiple Choice)
4.9/5
(37)

During the second step of assessing table structure,you are trying to determine ________.

(Multiple Choice)
4.9/5
(46)

Normalization is an advantage for a read-only database.

(True/False)
4.9/5
(39)

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

(True/False)
5.0/5
(27)

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

(True/False)
4.9/5
(34)

A missing value is called a null value.

(True/False)
4.9/5
(36)

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

An advantage of denormalization is ________.

(Multiple Choice)
4.8/5
(33)

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.7/5
(26)
Showing 41 - 60 of 100
close modal

Filters

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