Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: spinxwebdesign on July 20, 2012, 06:16:37 AM

Title: Data Redundancy in DBMS
Post by: spinxwebdesign on July 20, 2012, 06:16:37 AM
Data redundancy happens in databases systems which have an area that is persistent in two or more systems. Data redundancy causes information faults and computer data file corruption mistake error and generally should be avoided by design. With the use of foreign key you can minimize the proper use of data redundancy in your table. Because of Data redundancy lots of storage space are wasted. It's difficult to update the database because there is duplicate data in table. Data redundancy is inefficient and worthless for several aspects and databases designers try to eliminate it as far as possible by using a technique known as normalization. Database normalization prevents redundancy and makes the best possible use of storage space.
Title: Re: Data Redundancy in DBMS
Post by: martinrechard on August 04, 2012, 04:57:02 PM
Database is good approach for storing the data. Data redundancy is data organization problem in which it is allow unnecessary data duplication in your database. This can be happen due to relational database management system.