Computer Science, asked by Fizzm2085, 15 days ago

Explain Advantages of a DBMS over file processing system

Answers

Answered by vikaslovely00
18

Advantage of DBMS over file processing system:

  1. No redundant data
  2. Data Consistency and Integrity
  3. Data Security
  4. Privacy
  5. Easy access to data
  6. Easy recovery
  7. Flexible

Explanation:

No redundant data: Redundancy removed by data normalization. No data duplication saves storage and improves access time.

Data Consistency and Integrity: As we discussed earlier the root cause of data inconsistency is data redundancy, since data normalization takes care of the data redundancy, data inconsistency also been taken care of as part of it

Data Security: It is easier to apply access constraints in database systems so that only authorized user is able to access the data. Each user has a different set of access thus data is secured from the issues such as identity theft, data leaks and misuse of data.

Privacy: Limited access means privacy of data.

Easy access to data: Database systems manages data in such a way so that the data is easily accessible with fast response times.

Easy recovery: Since database systems keeps the backup of data, it is easier to do a full recovery of data in case of a failure.

Flexible: Database systems are more flexible than file processing systems.

Similar questions