answersLogoWhite

0


Best Answer

In File System, files are used to store data while, collections of databases are utilized for the storage of data in DBMS. Although File System and DBMS are two ways of managing data, DBMS clearly has many advantages over File Systems. Typically when using a File System, most tasks such as storage, retrieval and search are done manually and it is quite tedious whereas a DBMS will provide automated methods to complete these tasks. Because of this reason, using a File System will lead to problems like data integrity, data inconsistency and data security, but these problems could be avoided by using a DBMS. Unlike File System, DBMS are efficient because reading line by line is not required and certain control mechanisms are in place.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

A database is a structured collection of data organized for efficient retrieval, storage, and manipulation, while a file system is a method used by operating systems to store, organize, and access files on a computer. Databases provide features like data integrity, relationships, and query capabilities, whereas file systems primarily focus on storing and managing individual files.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between database and file system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

File oriented system vs database oriented system?

A file-oriented system organizes data in separate files without any relationship between them, leading to data redundancy and inconsistency. In contrast, a database-oriented system uses a centralized database management system to store and manage data, ensuring data integrity, security, and efficient access through the use of relational tables and queries.


What is the difference between a file processing system and a database system?

A file processing system manages data using individual files, without any inherent structure for organizing or querying data. A database system uses a structured approach to store, retrieve, and manage data in a centralized repository, providing features like data consistency, concurrency control, and query capabilities through a database management system (DBMS).


What is the similarities between traditional file system and database system?

Both traditional file systems and database systems store and organize data in a structured manner. They both provide mechanisms for data retrieval and manipulation, and offer a way to manage and secure data. Additionally, both systems require a schema or structure to define how data is organized and related within the system.


What is the difference between flat file and DBMS?

A flat file is a simple file containing data without any structured format, while a Database Management System (DBMS) is a software system that manages databases by organizing, storing, and retrieving data. A DBMS allows for more organized and efficient data management, supports relationships between data, and provides features like security and data integrity that are not available with flat files.


The developer of a relational database refers to a file as an?

In the context of a relational database, a file is commonly referred to as a table. A table is structured in rows and columns to store related data in a database system. Each table represents a specific entity or concept within the database.

Related questions

Methods of allocating disk space?

what is the difference between a file system and a database system?


What is the difference between a file manager and a database-management system?

"http://wiki.answers.com/Q/What_is_the_difference_between_a_file_manager_and_a_database-management_system"


Difference between flat file and database file?

DATABASE FILE - is one that is stored on a server and it is in the format that the database needs to read it. It is stored in the database catalog......


What is the Difference between a database and a database server?

A database is a file. A database server is a computer that shares that file over a network.


What is the difference between a file and a database file?

a file when referring to electronic systems can be a programme or sequence event recoding structure a database file is a set of created datasets used for storing information in an information management system . database files can then be used to retrieve the input information or used to inform a series of preset and manually created reports


Difference between database file and flat file in DBMS?

Database file is one that is stored on a server and it is in the format that the database needs to read it. It is also stored in the database catalog. A flat file is one that is dumped from a database to import or export into another database or program. A flat file is fields of data separated by delimiters, which keep the fields separated for export/import.


What is the difference between database file and datafile?

Datafile is a group of files in each table space in an Oracle database. Database files are all files that are found within the database.


Contrast of database and database system?

A database is simply a collection of pieces of information (data). A text file storing names and phone numbers is a database. A database management system (DBMS) is some software that manages the data within the database such as MySQL. Both the software and the database are considered together when thinking of a DBMS.


Correct difference between file and database?

A file is a record. A record is comprised of a bunch of fields. Files are the subject of some thing. For example, if you are on a mailing list, it has your name, address. A database contains files - think of a file cabinet.


Which database used for Google?

i think it is bigtable database system which is built on google file system.


What is the difference between flat file system and data bases?

A flat file is in a list format (containing only one table) while databases uses different tables to store data. It is easier and faster to locate data in a database than in a flat file.


What is the difference between file base system and data base system?

DBS has more security and data integrity.It reduce data redundancy and updating errors which can occur in FBS.Contains of concurrent data access.But also it's expensive to use and they are also complex.Damage to DB affects virtually all application programs.