0
5.5kviews
Differentiate between file system and Database Management System
1 Answer
written 6.3 years ago by |
File processing system | Database Management System |
---|---|
More Data redundancy and inconsistency | Less or No Data redundancy and inconsistency |
In this system, accessing data is inefficient and inconvenient | DBMS provides very flexible access to data |
It is difficult to ensure Atomicity in this conventional file-processing system | DBMS can handle Atomicity problems well |
DBMS can handle Atomicity problems well | DBMS can handle concurrent processing using locks and semaphores. |
Less secure | Highly secure |