Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Systems Design Study Set 3
Quiz 6: Normalization of Database Tables
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
An attribute that is part of a key is known as a(n) attribute.
Question 22
True/False
The combination of normalization and ER modeling yields a useful ERD,whose entities can be translated into appropriate relationship structures.
Question 23
True/False
A table is in BCNF if every determinant in the table is a foreign key.
Question 24
Multiple Choice
A table that displays data redundancies yields .
Question 25
Multiple Choice
From a structural point of view,2NF is better than .
Question 26
True/False
Unnormalized database tables often lead to various data redundancy disasters in production databases.
Question 27
Multiple Choice
A(n) exists when there are functional dependencies such that XY is functionally dependent on WZ,X is functionally dependent on W,and XY is the primary key.
Question 28
Multiple Choice
Some very specialized applications may require normalization beyond the .
Question 29
True/False
Attributes should clearly define participation,connectivity,and document cardinality.
Question 30
True/False
Normalization represents a micro view of the entities within the ERD.
Question 31
True/False
The advantage of higher processing speed must be carefully weighed against the disadvantage of data anomalies.
Question 32
Multiple Choice
A table that has all key attributes defined,has no repeating groups,and all its attributes are dependent on the primary key is said to be in .
Question 33
True/False
Normalization purity is often easy to sustain in the modern database environment.
Question 34
Multiple Choice
Of the following normal forms,is mostly of theoretical interest.
Question 35
True/False
A good relational DBMS excels at managing denormalized relations.
Question 36
Multiple Choice
Normalization works through a series of stages called normal forms.For most purposes in business database design,stages are as high as you need to go in the normalization process.