9) Separating the database into related tables instead of using just one large table helps to
eliminate
A) Deletion, update, and normalization problems
B) Update, insertion, and creation problems
C) Insertion, update, and authorization problems
D) Deletion, update, and insertion problems
10) Normalization is an optimization process that minimizes which of the following?
A) Database integrity
B) Unauthorized access
C) Database access
D) Redundancy
11) When a database has been normalized, which of the following is true?
A) The database has an increased chance of inconsistencies.
B) The database requires the user to enter data twice.
C) The database tables do not have a many-to-many relationship.
D) The database has an increased chance of redundancies.
12) Which database integrity rule ensures each record may be retrieved from the database using a
unique identifier?
A) Entity integrity
B) Referential integrity
C) Domain integrity
D) Primary key integrity