answersLogoWhite

0

What does data integrity mean?

Updated: 10/25/2022
User Avatar

Wiki User

6y ago

Best Answer

"Data integrity refers to the maintenance of, and the assurance of the accuracy and consistency of, data over its entire life-cycle, and is a critical aspect to the design, implementation and usage of any system which stores, processes, or retrieves data". Source: Wikipedia.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does data integrity mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Various integrity rules in a DBMS?

Three basic types of database integrity constraints are:Entity integrity, not allowing multiple rows to have the same identity within a table.Domain integrity, restricting data to predefined data types, e.g.: dates.Referential integrity, requiring the existence of a related row in another table, e.g. a customer for a given customer ID.


What is data redundancy and data integrity?

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. In the below link you can find more details. http://opencourseware.kfupm.edu.sa/colleges/cim/acctmis/mis311/files%5CChapter1-Database_Systems_Topic_2_Introducing_Databases.pdf


How is the data structure of system R different from the relation structure?

Unlike Relational systems in System R ? Domains are not supported ? Enforcement of candidate key uniqueness is optional ? Enforcement of entity integrity is optional ? Referential integrity is not enforced


What are the current problems with data quality and what can be done to improve it?

Could you elaborate what kind of data you mean? Testing data? Electronic data? What do you mean with quality? Your question is hard to read because it does not state what direction the reader should look.


What are the drawbacks of structured programming language over object oriented programming language and explain with suitable examples?

The main drawback to structured programming is that the data and the methods that operate upon that data are completely separate. This means that any code with access to the data can modify that data. In and of itself that is not a major problem, but it places the onus upon the programmer to ensure that all data is modified in a consistent and highly predictable manner, which may require additional verifications and assurances within the code to ensure that is always the case. For instance, if a variable must have a limited range of 0 to 100, then the programmer may be forced to ensure that is the case before he can use the data, and may need to perform that same check every time the data is used. Object oriented programming combines the data and the methods that operate upon that data into a single entity, presenting the data to the outside world in a more abstract form, limiting its exposure and protecting its integrity. Mutators that modify the internal data act as gatekeepers, assuring that any and all modifications to the data are consistent. The programmer no longer needs to continually check the state of the data before using the data, as the onus is now upon the object to ensure that data integrity is maintained at all times. By delegating the workload to the objects themselves, highly-complex data models can be created simply by embedding objects within objects, where each individual object is solely responsible for its own data integrity. The programmer can then manipulate these highly complex structures as a single entity, rather than through a series of separate functions and data that could very easily be corrupted by a single errant statement that would be difficult to trace.

Related questions

What do you mean by data integrity?

Data integrity is a term used in databases. In its broadest use, "data integrity" refers to the accuracy and consistency of data stored in a database, data warehouse, data mart or other construct. The term - Data Integrity - can be used to describe a state, a process or a function - and is often used as a proxy for "data quality".


What does a database displays both entity integrity and referential integrity mean?

it means when data is displaying all the feilds


How data loses its integrity?

In database system one of the main feature is that it maintains data integrity. When integrity constraints are not enforces then the data loses its integrity.


What is the meaning of integrity of data?

The integrity of data is when you manipulate and collect the data. It is mostly done in databases.


What Blank Integrity refers to a set of Access rules that govern data entry and helps to ensure data accuracy?

Yes, that is what data integrity is all about.


What does scientific integrity mean?

Scientific integrity means that scientists should not make up data, lie about their findings, or otherwise misrepresent scientific investigations.


What integrity refers to a set of access rules that govern data entry and helps to ensure data accuracy?

Data integrity.


What identifies the quality of the data?

Data Integrity


What has become more important because of the increased use of computers the Internet and WWW?

Data integrity and data security


How can data integrity be maintained?

Data integrity can be maintained by implementing methods such as data validation, data encryption, access controls, regular backups, and audit trails. By ensuring that data is accurate, secure, and only accessible to authorized users, organizations can safeguard their data integrity. Regular monitoring and updates to security measures are also essential in maintaining data integrity.


What is cia triangle?

CIA triangle stand for confidentiality,integrity and availability. confidentiality mean that only relavant information given to relavant people. integrity mean data must be available in original form. availability mean when we need data,it is available for use for information purpose to take decisions.


Why data integrity is important in DBMS?

Data integrity is crucial in a DBMS because it ensures the accuracy, consistency, and reliability of data stored in the database. It maintains the integrity of the data by enforcing defined rules and constraints that prevent unauthorized or inconsistent modifications. Data integrity is essential for making informed decisions, ensuring data quality, and maintaining the overall trustworthiness of the database.