Chapter 6 Flashcards
Normalization works through a series of stages called normal forms.
True
Normalization produces a lower normal form.
False
In order to meet performance requirements, you may have to denormalize portions of the database design.
True
Denormalization produces a lower normal form.
True
Normalization is a very important database design ingredient and the highest level is always the most desirable.
False
A table is in BCNF if every determinant in the table is a foreign key.
False
A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.
True
Relational models view the data as part of a table or collection of tables in which all key values must be identified.
True
Dependency diagrams are very helpful in getting a bird’s-eye view of all the relationships among a table’s attributes.
True
Dependencies that are based on only a part of a composite primary key are called transitive dependencies.
False
All relational tables satisfy the 1NF requirements.
True
Converting a database format from 1NF to 2NF is a complex process.
False
Because a partial dependency can exist only if a table’s primary key is composed of several attributes, if a table in 1NF has a single-attribute primary key, then the table is automatically in 2NF.
True
A table is in 2NF if it is in 1NF and it includes no partial dependencies.
True
A determinant is any attribute whose value determines other values within a column.
False
A dependency of one nonprime attribute on another nonprime attribute is a partial dependency.
False
Atomic attributes are attributes that can be further subdivided.
False
Normalization represents a micro view of the entities within the ERD.
True
The combination of normalization and ER modeling yields a useful ERD, whose entities may now be translated into appropriate relationship structures.
False
A good relational DBMS excels at managing denormalized relations.
False
Normalization purity is easy to sustain in the modern database environment.
False
Unnormalized database tables often lead to various data redundancy disasters in production databases.
True
Attributes should clearly define participation, connectivity, and document cardinality.
False
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.
three
1NF, 2NF, and 3NF are ____.
normalization stages
____ yields better performance.
denormalization
An attribute that is part of a key is known as a(n) ____ attribute.
prime
A table that displays data redundancies yields ____.
anomalies
Some very specialized applications may require normalization beyond the ____.
4NF
Of the following normal forms, ____ is mostly of theoretical interest.
DKNF
A(n) ____ exists when there are functional dependencies such that Y is functionally dependent on X and Z is functionally dependent on Y, and X is the primary key.
transitive dependency