Question:

difference between dbms and file system

by Guest7219  |  12 years, 8 month(s) ago

0 LIKES UnLike

difference between dbms and file system

 Tags: DBMS, difference, File, System

   Report

2 ANSWERS

  1. Guest7270
    Dear

    DBMS is data base management system where data are used to store maintain and updated even you can link down each file

    whereas file system is used for storing the files it is a hierarical view of accessing the files in  a proper way

  2. Guest2527
    When a computer user wants to store data electronically they must do so by placing data in files. Files are stored in specific locations on the hard disk (directories). The user can create new files to place data in, delete a file that contains data, rename the file, etc -- all known as file management; a function provided by the Operating System (OS).

    If the user wishes to perform some operation on the data he has placed in the file, such as viewing a list of his friends that celebrate their birthday in June, he has to scroll through all the data by himself in order to see the data he is interested in. Moreover, he has to know where he put the files that contain the data, and if there are multiple files he has to remember to go through each one of them.

    A Database Management System is intended to remove this burden of manually locating data, and having to scroll through it by allowing the user to create a logical structure for the data beforehand, and then allowing the user to place the data in the database that the DBMS is managing. In this way the DBMS abstracts away the physical concerns of organising files, and provides the user with a logical view of the data.

    Note, that the DBMS will still -- behind the scenes though -- place the data in files on the hard-disk.

    Database is multiuser and provides utilization of resources whereas in file management there is no utilization of resources.
Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 14 years, 6 month(s) ago.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.