answersLogoWhite

0

Data integrity = making sure the data is correct and not corrupt

Data security = making sure only the people who should have access to the data are the only ones who can access the data. also, keeping straight who can read the data and who can write data.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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

Data integrity and data security


What is the difference between data integrity and Referential integrity?

Data integrity refers to the accuracy, consistency, and reliability of data throughout its lifecycle, ensuring that the data remains correct and valid over time. Referential integrity, on the other hand, is a specific aspect of data integrity that ensures relationships between tables in a database are maintained; it requires that foreign keys in one table correspond to primary keys in another, preventing orphaned records. In essence, while data integrity encompasses the overall trustworthiness of data, referential integrity specifically focuses on the correctness of relationships between data entities.


Is there any difference between integrity and correctness of data in DBMS?

Integrity refers to the structure of the data and how it matches the schema of the database. Correctness could refer to either the integrity of the data or its accuracy (for example, a phone number being incorrect).


What is the purpose of using hash encoding?

To achieve data security and integrity.


What aspect of security insures that the validity of data remains intact?

integrity


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 TASKS does dbms do?

A Database Management System or DBMS provides the interface between users and a database. Some of its tasks include: data integrity, security, recovery of data, support concurrent updates and update data.


What is the significance of a two-way hash function in cryptography and how does it ensure data integrity and security?

A two-way hash function is important in cryptography because it can convert data into a fixed-size string of characters, making it easier to verify the integrity of the data. This function ensures data integrity and security by generating a unique hash value for each set of data, making it difficult for attackers to tamper with the data without detection.


The concept of security and integrity in database are interrelated Discuss how the two affect database system?

The concept of security in a database involves protecting the system and its data from unauthorized access, alteration, or destruction. This ensures that only authorized users have access to the database and that the data remains confidential. On the other hand, integrity refers to maintaining the accuracy, consistency, and reliability of the data within the database. An important aspect of integrity is ensuring that data is not modified or accessed inappropriately, maintaining its quality and reliability. Overall, security measures help maintain data integrity, as unauthorized access or modifications can compromise the integrity of the data within the database system.


No alphabetic characters in a social security number field is an example of?

is called data integrity


What does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.


Difference between database integrity and database security?

Integrity is related to trust in terms of the data. We need to be sure that the data is being retrieved accurately. Particularly when there are multiple tables that are linked to each other, we need to be sure we can trust those links so that data can be selected from linked databases. This is all about database integrity. Database security is making sure the database is safe. Different people may have different levels of access and some people should have no access at all. Things like passwords and other security measures will do this. Some users may be allowed to see data, but not change it. Some users may only be able to see some data that is relevant to what they need to do, but not have access to other data. So for example, in a company only the people that work in the wages department will have access to that data and the ability to change it. People in other department would not be able to do that. That is all part of database security.