answersLogoWhite

0


Best Answer

Well both of these things are related to the record keeping of any organization.File based system was the old method for keeping a record of any organization. In this all the records are saved in general pages registers. And there are many people for handling these records. There were bundles of registers, in which records of many people are stored either, the income tax record. There was not any computer involved in it.

But later on, with the advancement of Information Technology, computer has taken the place of many record keepers. Via data base we mean that a computer programmer create a program or DB in which records of thousand and millions of users can be stored in a one computer, and via one click we can access the record of a particular person. There is no need for finding many registers. A database program for record keeping is install on a single computer for an organization and only one operator can deal with this millions of records.

Its simple example is telephone directory, in previous times the numbers of many users was stored on files and finding them takes so much time, but via the database advancement only via one click you can access a person number and address in a second.

User Avatar

Wiki User

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

AnswerBot

5d ago

A database system stores data in a structured format with relationships between data elements, allowing for efficient querying and manipulation. A file-based system stores data in individual files without relationships, making it less efficient for complex queries and updates. Database systems provide better data integrity, security, and scalability compared to file-based systems.

This answer is:
User Avatar

Add your answer:

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

What is the difference between a web-based system and a data based system?

A web-based system refers to software applications that are accessed through a web browser, allowing users to interact with the system over the internet. On the other hand, a data-based system refers to a system that primarily focuses on the storage, organization, and manipulation of data. While a web-based system may utilize a database to store data, the emphasis is on providing a user interface accessible through a web browser.


What is the difference between relation and relationship in dbms?

In a database management system (DBMS), a relation refers to a table that stores data in rows and columns, representing an entity or concept. A relationship, on the other hand, defines the connection between tables based on common fields, such as primary and foreign keys, to establish associations between different entities in the database. Relations are used to store data, while relationships define how data in different tables are related to each other.


What does a query request?

A query request is a message sent to a database or search engine to retrieve specific information based on specified criteria. It allows users to ask questions or request data from a database or system.


What database objects allows you to search for and retrieve data?

SQL queries allow you to search for and retrieve data from a database. By writing SELECT statements with specific criteria, you can search for information in tables and retrieve the results based on your query.


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.

Related questions

What is database and database system?

A database is essentially an organized collection of data, typically stored electronically on a computer system. Imagine a giant filing cabinet with information neatly sorted and filed away. That's kind of what a database is like, but way more efficient and powerful. Here's a breakdown of the key aspects: Organized Collection: Data isn't just dumped in a pile. It's structured in a specific way, often using tables with rows and columns, to make it easy to find and use the information you need. Electronic Storage: Most databases are digital these days, allowing for much faster access and manipulation of data compared to physical filing systems. Now, to manage this data effectively, you need a database management system (DBMS). Think of it as the filing cabinet manager. A DBMS is a software application that lets you: Interact with the Database: You can create databases, add, update, and delete data, and most importantly, retrieve information you need. Manage Data Structure: The DBMS defines how data is organized and ensures it stays consistent and usable. Control Access: The DBMS controls who can access the data and what they can do with it, keeping things secure. Some common examples of DBMS software include MySQL, Microsoft SQL Server, and Oracle Database. So, the database and DBMS work together to form a database system. The database stores the information, and the DBMS provides the tools to manage and access it effectively. This allows businesses and organizations to keep track of large amounts of data efficiently, from customer information to product inventory.


How is database security different from system security?

System security is OS level security like you have username password to logon on your system. Database security is db level security governed by your database software.like you have different schemas that have different passwords.You can decide grants and permissions for various db objects based on these db level users.


What is a system based system?

A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database .. (natsume)


What is a data based system?

A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database .. (natsume)


When is database not a database?

a database is information storing system where you can store information organized. you can make table for different categories and different topic. you also can relate different type of data each other by using some unique key. ( www.databizsofware.com ) Now a days every database are based on relational database system. each table hold different yet interrelated information. they stay connected with each other by unique key. isitak databizsoftware.com


What kind of a database management system is Oracle Database?

Oracle database is the first database management system based on the System-R model of IBM and the first relational database that uses SQL. Though it supports various operating systems.


What model was the Relational Database Management System based on?

The Relational Database Management System was based on a good model. It is based on first-order predicate logic which was discovered in 1969 by a man named Codd.


Where can one find a web-based database?

One can find a web-based database online on a few different websites. These sites explain in more detail the extent of this database and its function.


What is the difference between a repository and a database?

The Metasafe Repository is a (DMBS) Database Management System. There are many types of DMBS with different core models: Oracles, SQLServer, MySQL are based on the "relational model" which is constructed from tables. IMS the database from IBM is based on a hierachical model. Etc. Metasafe is based on an entity-relationship model, which means that is handles "entities" and "relationships between entities". This is the difference. What do they have in common? A (proper) database can be used by many users in parallel. It guarantees that a set of changes (a transaction) is processed completely or not all to make sure that the database is allways in a consistent state. A DMBS has also an access language (in case of Metasafe erSQL) and an API to access the data in the database. Last update on 04.11.2011 by Patrick Landolt.


What is the different between Mayan number system and roman number system?

The Mayan number system is vigesimal (based on twenties)The Roman number system is decimal (based on tens)


What are the responsibilities of the DBA and the database designers?

This position takes the business requirements and models a database based on the business's needs. Does the database need to be in real-time? What kind of data will it hold? Sensitive? There's hundreds of factors that determine how the database is designed, updated, protected. Each business is different.


Is MySQL DBMS or RDBMS?

AnswerMySQL, like most modern Database Management Systems is based on the relational model. So it is a RDBMS (Relational Database Management System).