Chapter 6: Normalization of Database Tables
72. A table where all attributes are dependent on the primary key but are independent of each other, and no row
contains two or more multivalued facts about an entity is said to be in .
a. 1NF b. 2NF
c. 3NF d. 4NF
73. A table is in 4NF if it is in 3NF, and .
a. all attributes must be dependent on the primary key and must be dependent on each other
b. all attributes are unrelated
c. it has no multivalued dependencies
d. no column contains the same values
74. When designing a database, you should .
a. make sure that entities are in normal form before table structures are created
b. create table structures then normalize the database
c. only normalize the database when performance problems occur
d. consider more important issues such as performance before normalizing
75. Normalization represents a micro view of the within the ERD.
a. entities b. attributes
c. relationships d. forms
76. An example of denormalization is using a denormalized table to hold report data. This is required when
creating a tabular report in which the columns represent data that are stored in the table as rows.
a. transitive b. 3NF
c. component d. temporary
77. The conflicts between design efficiency, information requirements, and performance are often resolved
through_____.
a. compromises that include normalization b. conversion from 2NF to 3NF
c. compromises that include denormalization d. conversion from 3NF to 4NF
78. Data warehouse routinely uses structures in its complex, multilevel, multisource data environment.
a. 1NF b. 2NF
c. 3NF d. 4NF