Data Warehousing Basics Question:
Download Questions PDF

What is the main difference between schema in RDBMS and schemas in DataWarehouse?

Answer:

RDBMS Schema
* Used for OLTP systems
* Traditional and old schema
* Normalized
* Difficult to understand and navigate
* Cannot solve extract and complex problems
* Poorly modelled

DWH Schema
* Used for OLAP systems
* New generation schema
* De Normalized
* Easy to understand and navigate
* Extract and complex problems can be easily solved
* Very good model

Download Basics Data Warehouse Interview Questions And Answers PDF

Previous QuestionNext Question
Explain a linked cube?What is static and local variable?