0% found this document useful (0 votes)
15 views

DBMS Vs Files System.6

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

DBMS Vs Files System.6

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

4/18/2021 DBMS vs Files System - javatpoint

DBMS vs. File System


There are following differences between DBMS and File system:

DBMS File System

DBMS is a collection of data. In File system is a collection of data. In this system,


DBMS, the user is not required the user has to write the procedures for managing
to write the procedures. the database.

DBMS gives an abstract view of File system provides the detail of the data
data that hides the details. representation and storage of data.

DBMS provides a crash recovery File system doesn't have a crash mechanism, i.e.,
mechanism, i.e., DBMS protects if the system crashes while entering some data,
the user from the system then the content of the file will lost.
failure.

DBMS provides a good It is very difficult to protect a file under the file
protection mechanism. system.

DBMS contains a wide variety of File system can't efficiently store and retrieve the
sophisticated techniques to store data.
and retrieve the data.

DBMS takes care of Concurrent In the File system, concurrent access has many
access of data using some form problems like redirecting the file while other
of locking. deleting some information or updating some
information.

https://www.javatpoint.com/dbms-vs-files-system 1/1

You might also like