Chapter 6 Quiz Flashcards
Which of the following is false about unnormalized data?
Unnormalized data is related data.
Which of the following is not valid about the ER model?
Should contain redundant relationships except as required.
Which of the following is NOT true?
a. First normal form (1NF): Table format, no repeating groups, and PK identified
b. Second normal form (2NF): 1NF and no partial dependencies
c. Third normal form (3NF): 2NF and no transitive dependencies
d. Fourth normal form (4NF): 3NF and no dependent multivalued dependencies
d
Which of the following statements best defines transitive dependency?
A condition in which an attribute is dependent on another attribute that is not part of the primary key
Repeating group is defined as _____.
a characteristic describing a group of multiple entries of the same or multiple types for a single key attribute occurrence
Normalization is a process for evaluating and correcting table structures to minimize _____.
data redundancy and anomalies
Which of the following is valid?
a. All entities should be in 4NF or higher. Any entities below 4NF should be justified.
b. Each entity should represent a set of distinguishable entity instances.
c. The ethnicity of the entity instance should be clearly defined.
d. Each entity should be atomic.
b
Which of the following statements best describes partial dependency?
A partial dependency exists when there is a functional dependence in which the determinant is only part of the primary key.
Which of the following is not valid related to attribute naming convention?
Should not use the entity abbreviation as a prefix
Atomicity refers to?
An attribute is atomic that cannot be further subdivided.