Multidimensional Schema
Multidimensional Schema
systems. The schemas are designed to address the unique needs of very
large databases designed for the analytical purpose (OLAP).
• Star Schema
• Snowflake Schema
• Galaxy Schema
In the following Star Schema example, the fact table is at the center which
contains keys to every dimension table like Dealer_ID, Model ID, Date_ID,
Product_ID, Branch_ID & other attributes like Units sold and revenue.
It contains a fact table surrounded by dimension One fact table surrounded by dimension table
tables. which are in turn surrounded by dimension table
1. Revenue
2. Product.