Exam 4: Database Design Using Normalization

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

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

(True/False)
4.8/5
(38)

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

Read-only databases are used for ________.

(Multiple Choice)
4.8/5
(37)

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

(True/False)
4.8/5
(38)

Most DBMS products will let you define a primary key on a column that contains null values.

(True/False)
4.9/5
(30)

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

(True/False)
4.9/5
(35)

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

(True/False)
4.8/5
(34)

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

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

The SQL DELETE TABLE statement can be used to remove unneeded tables after the normalized tables are created and populated.

(True/False)
4.7/5
(36)

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

(True/False)
4.9/5
(35)

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)

Null values are a problem because they are ambiguous.

(True/False)
4.9/5
(33)

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

(True/False)
4.7/5
(40)

The disadvantages of normalization include ________.

(Multiple Choice)
4.9/5
(38)

Denormalization is simple join the data together and store it in a table.

(True/False)
4.9/5
(35)

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

(Essay)
4.9/5
(38)

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

(Multiple Choice)
4.9/5
(38)

Database design varies depending on whether you're building an updateable database or a read-only database.

(True/False)
4.8/5
(32)

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

(True/False)
4.7/5
(38)
Showing 41 - 60 of 100
close modal

Filters

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