What is file processing system and how it is different from DBMS...?
File Processing System is a collection of files and computer programs that access / modify these files. Typically, new files and programs are added over time by the programmers.
Difference:
- Files act locally in file processing systems where as DBMS saves directly in a database
- Saves in temporary locations where as DBMS saves them in well arranged and permanent database locations
- In File processing systems., transactions are not possible where as various transactions like insert, delete, view, update are possible in DBMS.
- Data will be accessed through single or various files where as in DBMS, tables (schema) is used to access data
- It is also difficult to access data.
0 Comments
Please add nice comments or answer ....