Ad Code

File processing Vs DBMS?

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:

  1. Files act locally in file processing systems where as DBMS saves directly in a database
  2. Saves in temporary locations where as DBMS saves them in well arranged and permanent database locations 
  3. In File processing systems., transactions are not possible where as various transactions like insert, delete, view, update are possible in DBMS.
  4. Data will be accessed through single or various files where as in DBMS, tables (schema) is used to access data 
  5. It is also difficult to access data.

Reactions

Post a Comment

0 Comments