232k views
5 votes
In the context of databases, the term data redundancy refers to: a. storing the same information in several records b. repeating data on multiple reports using foreign keys c. which duplicate the values of primary keys d. all of these are possible examples of data redundancy

1 Answer

1 vote

Answer:

d. all of these are possible examples of data redundancy

Step-by-step explanation:

Redundancy in database management systems (DBMS) is having the same data in more than one place.

If you look at the options, you will see all of them have situation that repeatation of the data.

a. storing the same information in several records

b. repeating data on multiple reports

c. using foreign keys which duplicate the values of primary keys

User Marzzy
by
6.7k points