answersLogoWhite

0

Data redundancy does not have specific advantages. It only causes disturbance to our applications. Seeing duplicate entries on screen is a bad experience for the users and also multiple entries of the same data may affect our calculations sometimes badly.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Educational Theory

What is Data redundancy in DBMS?

In database we store data however the can be redundant. Redundancy means repetitive data that is taking extra storage space . So to reduce or prevent the storage space we should eliminate redundancy or just reduce it.


What is data redundancy?

Storing the information several time leads to waste of storage space is called data redundacy. Data redundancy is a term used about databases and means simply that some data fields appear more than once in the database. Data redundancy is wasteful and inefficient for several reasons and database designers attempt to eliminate it as far as possible by using a technique called data normalization. Data redundancy occurs in database systems which have a field that is repeated in two or more tables. For instance, in case when customer data is duplicated and attached with each product bought then redundancy of data is a known source of inconsistency.


What is data redundancy and which characteristics of the file system can lead to it?

Data redundancy refers to repetitive data in the database. In a system with redundant data it is difficult to manage the relationships. Data redundancy is the result of poorly designed database. By implying proper constraints on the data it can be prevented.


How is data redundancy reduced?

Data redundancy can be reduced by normalizing the database to eliminate duplicate data, creating relationships between tables, and using foreign keys to link related information. Using data validation rules and constraints can also help prevent redundant data from being entered into the database. Implementing a master data management strategy can centralize and standardize data, reducing redundancy across different systems.


Redundancy control in databases?

Redundancy is the state where duplicate rows of the same data is available in a database. Lets say we have an employee database which contains 2 rows of the following data Emp num Emp Name Age 12345 John 25 12345 John 25 This is data redundancy. Data redundancy can be avoided by the use of keys in tables. If in the employee table we had defined a primary key condition for employee number, then the system would not allow us to enter 2 rows of the same data.

Related Questions

How can a primary key be useful in controlling data redundancy?

controlling data redundancy


Advantage of an Oracle Database system?

Advantages provided by a database system are : a) Redundancy of data is reduced. b) Secured data. c) Controlled data inconsistency. d) Integrated data. e) Standardized data


What are a couple of problems whit a traditional file environment?

Data redundancy Lack of data redundancy Data inconsistency Data security


What is data redundancy and problems associated with it?

Duplication of data is data redundancy. It leads to the problems like wastage of space and data inconsistency.


DO you have redundancy of records in distributed DBMS?

Redundancy means duplicacy of data or repetitive data. In distributed database case the data is stored in different systems . So the answers is yes there can be redundancy of records / data.In distributed database , data is stored in different systems. Since the data is distributed there is redundancy of records.


What are three types of redundancy checks used in data communications?

coding redundancy interpixel redundancy psycovisual redundancy


What is difference between the data validation and data redundancy?

one is a validation the other is redundancy clue is in the name


What is data redundacy?

Data redundancy means storage of data.


Advantage of relational model over hierarchical model?

Use of primary keys less data redundancy compatible with inconsistencies associated with database anomalies


What is Data redundancy in DBMS?

In database we store data however the can be redundant. Redundancy means repetitive data that is taking extra storage space . So to reduce or prevent the storage space we should eliminate redundancy or just reduce it.


What is an example of data redundancy?

An example of data redundancy is when the same information is stored in multiple places in a database. For example, if customer addresses are stored in both an "order details" table and a "customer information" table, it creates redundancy. This redundancy can lead to inconsistencies if the data is not properly maintained.


Storing the same data in more than one place is called?

redundancy