Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
system that pulls together data from many different sources within an organization for reporting and analysis. The reports created
from complex queries within a data warehouse are used to make business decisions.
are both relational data systems, but were built to serve different purposes.
-Data Warehouse is nothing but relational database management system which is used for Querying the data for the purpose to do some analysis and to take some managerial decisions.
-The definition for Data Warehouse (DWH) is collecting/Integrating data from different sources and converting that data into Information format.
-Dimensional modeling is preferred technique for presenting analytic data because it addresses two simultaneous requirements:
-The dimensional storage model involves two types of tables dimension tables and fact tables.
-common dimensional schema are the star schema
fact tables:
The fact table in a dimensional model stores the performance measurements result- ing from an organization’s business process events.Because measurement data is overwhelmingly the largest set of data
dimension tables:
have many columns or attributes
Each dimension is defined by a single primary key
What about the nature of the data in the data warehouse ?
1 - Subject-Oriented Data
2 - Integrated Data
3 - Nonvolatile Data
4 - Time-Variant Data