Exam 4: Database Design Using Normalization

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

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

(True/False)
4.8/5
(31)

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

A missing value is called a null value.

(True/False)
4.9/5
(35)

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

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

(Essay)
4.8/5
(41)

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

(True/False)
4.9/5
(31)

When accessing table structure,how do you determine the number and types of columns in a table?

(Essay)
4.9/5
(38)

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

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

The advantages of normalization include ________.

(Multiple Choice)
4.7/5
(26)

The second step in assessing table structure includes ________.

(Multiple Choice)
4.9/5
(34)

Reviewing the work done on a table that was created using existing data from multiple sources,you are likely to find that a column named Remarks has been included,and is populated with inconsistent and verbose verbal data.This is an example of ________.

(Multiple Choice)
4.8/5
(22)

When you are creating a database from existing data,you will have only minor problems with inconsistent values.

(True/False)
4.8/5
(37)

To count the number of rows in a table,use the SQL construct COUNT(ROWS).

(True/False)
4.8/5
(28)

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

Read-only databases are often updated.

(True/False)
4.9/5
(32)

SQL statements can be used to create referential integrity statements for normalized tables and are created during the normalization process.

(True/False)
5.0/5
(39)

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

(Multiple Choice)
4.9/5
(31)

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

(Multiple Choice)
4.8/5
(41)
Showing 81 - 100 of 100
close modal

Filters

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