Difference between file processing system and Database management System.
solution:-
File processing System |
Database Management System |
1. PC- based Systems. |
1. Mini-mainframe based large system. |
2. Relatively cheaper. |
2. Relatively expensive. |
3. Less number of files used. |
3. More number of files used. |
4. Single user system. |
4. Multiple user system. |
5. Data redundancy and inconsistency occur . |
5. Data is independent and non-redundant. |
6. Data access is difficult. |
6. Data access is efficient. |
7. Data is isolated. |
7. Data is integrated. |
8. Concurrent access to a file is not possible. |
8. Concurrent access and crash recovery possible. |
9. Security problems. |
9. Better security. |
10. Little preliminary design. |
10. Vast preliminary design. |
11. examples:- C++, COBOL, VB. |
11. examples:- Oracle, Postgress MS-Access. |
12. In file system data sharing is not powerful as DBMS. |
12. DBMS offers features of data sharing efficiently. |
13. Transaction concept is not used. |
13. the concept of transaction is important aspect of DBMS. |
Comments
Post a Comment