What Is Data Redundancy and Inconsistency
What Is Data Redundancy and Inconsistency
In: Computer Terminology, Database Programming, Electrical Engineering [Edit categories] Answer It!
Relevant answers:
What is the difference between data redundancy and data inconsistency? Redundancy is data that is not needed or no longer needed. Inconsistency is where you have different data for what should be the same thing, as a result of one piece of data having a few copies and...
Redundancy is data that is not needed or no longer needed. Inconsistency is where you have different data for what should be the same thing, as a result of one piece of data having a few copies and not all of them being updated. So if someone's address is on a system several times, and then their address changes, but it is only updated in some of those places, then the person will have both their old and new address on the system. The data is not consistent then. To avoid this data should be only stored once and everyone that needs it looks at the one set, rather than each having their own copy.
What is data redundancy? Storing the information several time leads to waste of storage space is called data redundacy. What are the disadvantages of data redundancy? with data redundancy there willbe more wastage of memory space as same type of data willbe saved many timeswhen to want to see the data all duplicate results will come What are the problems in data redundancy? 1. Wasted Storage Space. 2. More difficult Database Updates. 3. A Possibility of Inconsistent data. Note: A solution to the problem is to place the redundant data in a separate table, one in which... What are least three conditions that contribute to data redundancy and inconsistency? program data dependence - when changes in program requires changes to data access by program poor security - lack of security of most of the data make it hard of management to control who is... Read more: http://wiki.answers.com/Q/What_is_data_redundan cy_and_inconsistency#ixzz1kfMen4YG
E.g. no account balance below $25.00. Again, difficult to enforce or to change constraints with the fileprocessing approach.
These problems and others led to the development of database management systems.