Why should you strive to avoid data redundancy in a database?
What will be an ideal response?
Data redundancy, the unnecessary storing of duplicate data in two or more tables, should be avoided because errors may result. If a customer address, for example, were stored in two different tables, it is completely likely that an address change would be updated in one table and not the other table.
You might also like to view...
A VBA module consists of one or more ________, which are named sequences of statements that perform a series of actions for a defined task
Fill in the blank(s) with correct word
Suppose that you have the following list. int[] list = {2, 4, 6, 8, 10, 12, 14, 16}; Further assume that binary search is used to determine whether 15 is in list. When the loop terminates, the value of the index variable last is 6.
Answer the following statement true (T) or false (F)