Exam 4: Database Design Using Normalization

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

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

(Multiple Choice)
4.9/5
(30)

Null values are a problem because they are ambiguous.

(True/False)
4.7/5
(33)

A missing value is called a null value.

(True/False)
4.9/5
(43)

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

(True/False)
4.8/5
(42)

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

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 SALE,CUSTOMER WHERE SALE.CustomerNumber = CUSTOMER.CustomerNumber); What is shown in the results of this query?

(Multiple Choice)
4.9/5
(34)

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

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

(True/False)
4.7/5
(37)

The SQL keyword IS NULL can be used to ________.

(Multiple Choice)
4.8/5
(33)

Normalization is an advantage for a read-only database.

(True/False)
4.8/5
(36)

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

(True/False)
4.9/5
(41)

Multivalued dependencies create anomalies so serious that multivalued dependencies must always be eliminated.

(True/False)
4.8/5
(33)

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

(Essay)
4.8/5
(33)

When you are given a set of tables and asked to create a database to store their data,the first step is to assess the tables' structure and content.

(True/False)
4.8/5
(24)

A classic example of unneeded normalization is when we are dealing with ________.

(Multiple Choice)
4.8/5
(32)

A null value can indicate which of the following conditions?

(Multiple Choice)
4.8/5
(44)

To count the number of rows in a table,use the SQL construct ________.

(Multiple Choice)
4.7/5
(40)

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

(True/False)
4.9/5
(30)

What are general-purpose remarks columns,and why are they a problem?

(Essay)
4.8/5
(30)

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

(True/False)
4.8/5
(29)
Showing 81 - 100 of 100
close modal

Filters

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