We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8
DBMS
Difference between file system and data base management system Data Organization
*file system *DBMS
A file system is a method of Software that stores, manages, storing and organizing data and retrieves data efficiently. into files in a hierarchical order. Data Organization
*file system *DBMS
Organizes the data in a Organizes the data in a pre- hierarchical directory defined structure. Data Retrieval
*file system *DBMS
It searches entire directories Uses SQL queries to retrieve and files to find any specified the data. data. Backup & Recovery
*file system *DBMS
Require manual backups & Provide backup & recovery recovery of files and data mechanisms for ensuring data availability and preventing data loss. Uses Cases
*file system *DBMS
Suitable for simple data storage and Suitable for complex data etrieval tasks. management tasks such as e- commerce, finance etc. Example