HELP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HELP

what is the differansce between file system and DBMS?

28th Jan 2020, 8:37 AM
DRAMA
DRAMA - avatar
3 Answers
+ 1
The main difference between file system and DBMS is that the file system helps to store a collection of raw data files into the hard disk while the DBMS helps to easily store retrieve and manipulate data in a database
28th Jan 2020, 9:55 AM
DannyTheGod101
DannyTheGod101 - avatar
0
Please use only relevant tags, you tagged multiple languages, and yet your question asks for the difference between file system and DBMS For future reference, follow this guide to posting a question 👍 https://www.sololearn.com/Discuss/333866/?ref=app
28th Jan 2020, 9:22 AM
Ipang
0
A 'file system' is a basic way how operating system (such as Windows) stores programs, data, and itself on storage media. It is typically built on files and folders in a tree structure. DBMS is a program for storing and manipulating data in its own way, e.g. in tables and their relations. This program is physically stored in the file system, but the operating system cannot manipulate internal DBMS data. The operating system can only work with the files that DBMS uses, and careless changes can lead to loss of integrity and functionality of DBMS.
28th Jan 2020, 1:58 PM
zemiak