answersLogoWhite

0

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.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Educational Theory

What is the difference between controlled redundancy and uncontrolled redundancy?

Controlled redundancy refers to intentionally duplicating certain components in a system to ensure reliability and fault tolerance, whereas uncontrolled redundancy occurs unintentionally due to inefficient processes or lack of coordination. Controlled redundancy is planned and managed to enhance system performance, while uncontrolled redundancy can lead to inefficiencies and waste of resources.


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.


Advantage of Data redundancy?

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.

Related Questions

How does DBMS reduce data redundancy?

DBMS stands for database management system. DBMS reduce data redundancy as it checks if the data is duplicate and if duplicate then store it as a single record.


What are advantages of dbms approach?

There are number of advantages of DBMS approach , some of them are : Data integrity is maintained, Data accessibility is also easy, The redundancy of data is also reduced.


What are the characteristics of DBMS?

Database management system is full form of DBMS . Characteristics of a DBMS are following : 1) It maintains data integrity. 2) It reduces redundancy. 3) make access to data easy.


What is de-normalisation in dbms?

Hi, Denormalisation is the process to read the performance by adding redundancy of data or by grouping of data.


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 is the difference between controlled redundancy and uncontrolled redundancy?

Controlled redundancy refers to intentionally duplicating certain components in a system to ensure reliability and fault tolerance, whereas uncontrolled redundancy occurs unintentionally due to inefficient processes or lack of coordination. Controlled redundancy is planned and managed to enhance system performance, while uncontrolled redundancy can lead to inefficiencies and waste of resources.


How do databases management system overcome the problem associated with data redundancy?

Database Management Systems (DBMS) overcome data redundancy by implementing normalization, which organizes data into tables to minimize duplication. Additionally, they use relationships between tables, allowing data to be stored in one location and referenced as needed, rather than being repeated. This centralized approach not only reduces redundancy but also enhances data integrity and consistency across the database. Furthermore, DBMS often incorporate constraints and rules to enforce data uniqueness and prevent duplicate entries.


What is the characteristics of dbms?

Basic Characteristics of DBMS• Represents complex relationship between data• Controls data redundancy.• Enforces user defined rules.• Ensures data sharing.• It has automatic and intelligent backup and recovery procedures.• It has central dictionary to store information.• Pertaining to data and its manipulation.• It has different interfaces via which user can manipulate the data.• Enforces data access authorization.


Advantages of dbms with example?

There are several advantages of DBMS: 1. Redundancy problem can be solve 2. Security level is high 3. Referential Integrity 4. Multi user Access 5. Data Independence By Sushil Kumar Sinha


What are advantages of rdbms over dbms?

Some advantages of relational database management systems (RDBMS) over traditional database management systems (DBMS) include data integrity through the use of constraints, normalization to reduce redundancy, support for ACID transactions, and standardized SQL language for data manipulation. RDBMS also offer scalability and flexibility for complex data structures and relationships.


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

controlling data redundancy


What are the advantages DBMS?

-data redundancy:which reduce the redundancy-repetition of data -security-it provides security for various levels -data sharing-it allows multiple users to access and share the data becomes easier in dbms -data concurrency:it allow multiple users to acess the same data simultaniously