Chapter 3 The Database Management System Concept
c. it is a technical problem when the company’s software systems do not support
data sharing
d. it wastes disk space
e. it can potentially cause data integrity problems
28. Which of the following is true about data redundancy within one file?
a. The appearance of a particular data value multiple times in one field always
indicates data redundancy.
b. Data redundancy cannot occur within a single file.
c. The problems caused by data redundancy within one file are substantially
different from the problems caused by data redundancy across multiple files.
d. Data redundancy within one file occurs when different kinds of data (data about
different entities) are merged in one file.
e. Data redundancy within one file only occurs when a single kind of data (data
about a single entity) is present in the file.
29. When different kinds of data (data about different entities) are merged in one file, a
deletion anomaly _____.
a. cannot occur
b. causes a loss of data that may not be stored anywhere else
c. is helpful in reducing the amount of redundant data present
d. causes additional redundant data to appear
e. occurs as the result of an insertion anomaly
30. When different kinds of data (data about different entities) are merged in one file,
which of the following anomalies can occur?
a. deletion but not insertion or update
b. insertion but not deletion or update
c. insertion and deletion but not update
d. insertion and update but not deletion
e. deletion, insertion, and update