InterviewSolution
Saved Bookmarks
| 1. |
Why do we need a data warehouse instead of a database? |
|
Answer» A data warehouse is DESIGNED to separate the analysis of BIGGER data and processes the query from the transactional processes that are focused on writing.
Relational database (RDBMS). This database allows you to store detailed, consolidated, and company-wide data. It is based out on the DESIGN of “Star schema” and it is established by the various data marts that are integrated through dimensions and confirmed facts. |
|