answersLogoWhite

0

A database is used to record, retrieve, update business transactions which are occured daily in business life. A data warehouse is used to record historical data, purely for analysis purpose for top management.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

Difference between traditional and latest DBMS package?

Traditional FPS and DBMS both are different from each other. In DBMS there is security of data as well as integrated data while this is not in FPS.


What is the need of rdbms?

A DBMS stores data in a table where the entries are filed under a specific category and are properly indexed. This allowed programmers to have a lot more structure when saving or retrieving data. A relational database contains data in more than one table. Each table contains a database that is then linked to other tables with respect to their relationships. Read more: Difference Between DBMS and RDMS | Difference Between | DBMS vs RDMS http://www.differencebetween.net/technology/difference-between-dbms-and-rdms/#ixzz1eJUZkRgz


Difference between data warehouse and datamart?

A data warehouse has multiple functional areas whereby a centralized organizational unit is responsible for implementing it. On the contrary, data marts focus on particular functional areas hence are simple forms of a data warehouse.


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.


Major difference between dbms vs rdbms?

A DBMS (Database Management System) is a software that manages databases and provides functionalities to store, retrieve, and update data. An RDBMS (Relational Database Management System) is a type of DBMS that stores data in a structured way using tables with relationships between them. RDBMS enforces the relational model, which allows for data integrity through constraints and supports SQL for querying data.


What are the key relationships between data warehouse and data mining?

Data warehouse is the database on which we apply data mining.


What is difference between Schema and Subschema?

SCHEMA is the physical arrangement of the data as it appears in the DBMS. SUB-SCHEMA is the logical view of the data as it appears to the application program.


What are the difference between database systems and data information retrieval systems?

A database management system (DBMS or simply database) forms the back-end of a data information retrieval system. Data retrieval is just one component of a DBMS; data input, storage and maintenance being the other major components.


What is the difference between DBMS and GIS?

A DBMS (Database Management System) is a software system that manages databases, storing, organizing, and retrieving data. GIS (Geographic Information System) is a specialized system for capturing, storing, analyzing, and visualizing spatial or geographic data. While both involve managing data, GIS focuses specifically on geographic information.


How to manage database in my computer?

DBMS is the software you use to manage the database, and content is the information in the tables of the database. It is like the management of a warehouse and the content in the warehouse. Here is more of an explanation: * A database management system (DBMS) manages the data that is contained in it. The DBMS takes care of organizing and storing the data so that the user need not wory about the mechanics of storage and access. * DBMS stands for DataBase Management System. It's the software that manages the database. The database contents is the actual data. For example, if you store name and addresses in MS Access, the MS Access and file structures would be the DBMS and the actual names and addresses would be the data. In the corporate world, there is software available which is described as DBMS.


What is schema and sub-schema?

The schema is the physical arrangement of the data as it appears in the DBMS. The subschema is the logical view of the data as it appears to the application program.


What is the difference between OODBMS and DBMS?

Third generation of database design theory. DBMS: Database Management System RDBMS: Relational Database Management System OODBMS: Object Oriented Database Management System