Computer Science, asked by AMIT838488, 1 year ago

What aRE THE ADVANTAGES OF DBMS OVER NORMAL FILE SYSTEM

Answers

Answered by priyankbhardwaj
5
There are several advantages of Database management system over file system. Few of them are as follows:

No redundant data – Redundancy removed by data normalizationData Consistency and Integrity – data normalization takes care of it tooSecure – Each user has a different set of accessPrivacy – Limited accessEasy access to dataEasy recoveryFlexible

priyankbhardwaj: good morning
AMIT838488: Hlo priyank
AMIT838488: Do you know what hello/ Hi is called in hindi?
priyankbhardwaj: hlo good morning
AMIT838488: But here is good evening
priyankbhardwaj: i am in canada bro
priyankbhardwaj: and you are in india
AMIT838488: Yes i konw that
AMIT838488: I will talk to you later.
priyankbhardwaj: why
Answered by arinkumar869
0

Answer:

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