Exam 5: Database Design: Normalization

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

A table with no repeating groups in any attribute and atomic values in each column is, at a minimum, in what normal form?

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

B

Functional dependence refers to how tables are related to each other in a database.

Free
(True/False)
4.8/5
(32)
Correct Answer:
Verified

False

Describe the purpose of the normalization process.

Free
(Essay)
4.9/5
(37)
Correct Answer:
Verified

The normalization process is a series of progressive steps that enables you to identify and correct data redundancy and integrity problems that occur when data is stored in one large table.

What helps separate atomic values from a single column if the values follow a pattern?

(Multiple Choice)
4.7/5
(41)

Data stored in a single list often creates redundant data when _____.

(Multiple Choice)
4.8/5
(40)

Which of the following is a benefit of having atomic values in each column of a table?

(Multiple Choice)
4.8/5
(35)

What is a major goal of normalization?

(Multiple Choice)
4.9/5
(30)

What is the difference between a table in first normal form and one in second normal form?

(Essay)
4.8/5
(34)

What is the foreign key in the following table? Classes (ClassID, ClassName, ClassDate, StartTime, EndTime, ClassPrice, InstructorNum)

(Multiple Choice)
4.7/5
(43)

Which of the following pairs has the clearest field name and atomic value?

(Multiple Choice)
5.0/5
(35)

What is a nonkey column?

(Multiple Choice)
4.8/5
(30)

What is an algorithm?

(Multiple Choice)
4.8/5
(36)

What is the problem with designing a database in which the last name of an employee functionally determines the employee's address?

(Multiple Choice)
4.8/5
(36)

The nonkey fields of a table should be functionally dependent on _____.

(Multiple Choice)
4.8/5
(34)

Which of the following is not a problem with duplicated data?

(Multiple Choice)
4.9/5
(32)

The normalization process is a series of steps built into most relational database management software products that will automatically restructure your database to resolve all design flaws.

(True/False)
4.8/5
(37)

Define third normal form and give an example of a transitive dependency.

(Essay)
4.9/5
(36)

What type of query should you create to populate new EmployeeFirst and EmployeeLast fields with atomic values from an EmployeeName field?

(Multiple Choice)
4.7/5
(34)

How do you free data from the problems associated with insertion, update, and deletion anomalies?

(Multiple Choice)
4.8/5
(36)

Which normal form has an additional condition that excludes transitive dependencies?

(Multiple Choice)
4.8/5
(35)
Showing 1 - 20 of 50
close modal

Filters

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