answersLogoWhite

0

yes. data redundancy is where there is duplication of data in a database. when this happens, anyone who has to make updates to a table in a database (that is, make changes to the database) will have to change that particular data that has been duplicated so many times in so many places. this creates a problem and it is not always going to be possible for a person to change everything correctly. this therefore leads to inconsistencies in the database. hope this helps.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


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

Data redundancy Lack of data redundancy Data inconsistency Data security


What is data inconsistency?

Data inconsistency exists when different and conflicting versions of the same data appear in different places. Data inconsistency creates unreliable information, because it will be difficult to determine which version of the information is correct. (It's difficult to make correct - and timely - decisions if those decisions are based on conflicting information.) Data inconsistency is likely to occur when there is data redundancy. Data redundancy occurs when the data file/database file contains redundant - unnecessarily duplicated - data. That's why one major goal of good database design is to eliminate data redundancy.


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 redundancy and inconsistency in data base management system?

Redundancy - Repetative storage of data leading to possible multiple versions and/or ill utilisation of data storage capacity. Inconsistency - Failure to adhere to standardised storage of data; usage of varying formats, non-confirmation to standardised/defined methods to store similar/related data.


What is Drawbacks of using file system to store data?

* Data redundancy and inconsistency. * Data isolation * Problem in atomicity of data * Difficulty to access data. * Security Problems


A group of related fields is known as data redundancy?

This statement is incorrect. Data redundancy refers to storing the same piece of data in multiple places, leading to inefficiency and inconsistency. A group of related fields is known as a database or a record in a database.


The problem of inconsistency in data is a direct result of?

The problem of inconsistency in data can arise from various factors such as errors in data entry, lack of standardized data formatting, and incomplete data updates. Inconsistent data can lead to inaccurate analysis and decision-making, affecting the overall reliability of data-driven processes.


When the same data are stored in many places?

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 the limitations of flat file databases?

• Data duplication• Data inconsistency or update/deletion/insertion anomalies• Data integrity errors (due to data inconsistency)• Inconsistent search results in multi-value fields


What are the disadvantages of traditional file management?

Data Redundancy and Inconsistency: Data redundancy: The presence of duplicate data in multiple data files so that the same data are stored in more than one place or location. Data inconsistency: The same attribute may have different values. Program-Data dependency The coupling of data stored in files and the specific programs required to update and maintain those files such that changes in programs require changes to the data. Lack of flexibility A traditional file system can deliver routine scheduled reports after extensive programming efforts, but it cannot deliver ad-hoc reports or respond to unanticipated information requirements in a timely fashion.