Exam 4: Database Design Using Normalization

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

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

(True/False)
4.7/5
(29)

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

(Multiple Choice)
4.7/5
(34)

Denormalization is the process of joining previously normalized tables back together.

(True/False)
4.7/5
(24)

The disadvantages of normalization include ________.

(Multiple Choice)
4.8/5
(30)

Normalization requires applications to use more complex SQL since they will need to write subqueries and joins to recombine data stored in separate relations.

(True/False)
4.9/5
(30)

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

(True/False)
4.9/5
(34)

General-purpose remarks columns rarely contain important data.

(True/False)
4.9/5
(34)

A form of multivalued dependency is found in ________.

(Multiple Choice)
4.8/5
(39)

Describe the steps in assessing table structure when you are given a set of tables and asked to construct a new database to store the existing data.

(Essay)
4.8/5
(25)

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

The SQL IS NULL keyword can be used to count the number of nulls in a column.

(True/False)
4.9/5
(37)

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

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

(True/False)
4.9/5
(32)

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

When accessing table structure,how do you determine how many rows are in a table?

(Essay)
4.7/5
(42)

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

(True/False)
4.8/5
(37)

A null value in a column may indicate that there is an appropriate value for that attribute,and although the value is known no one has entered the value into the database.

(True/False)
5.0/5
(41)

Read-only databases are used for ________.

(Multiple Choice)
4.7/5
(33)

If you see a column name Notes,it is likely that this is a general-purpose remarks column.

(True/False)
4.8/5
(42)

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

(Multiple Choice)
4.9/5
(32)
Showing 61 - 80 of 100
close modal

Filters

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