Data warehousing - What is a Star Schema?

What is a Star Schema?

The simplest data warehousing schema is star schema. It consists of fact tables that refer any number of dimension tables. It is the special case schema to be considered for snowflake schema.

What is a Star Schema?

In a star schema comprises of fact and dimension tables. Fact table contains the fact or the actual data. Usually numerical data is stored with multiple columns and many rows. Dimension tables contain attributes or smaller granular data. The fact table in start schema will have foreign key references of dimension tables.
Data warehousing - Differences between star and snowflake schema
Differences between star and snowflake schema - Star Schema: A de-normalized technique in which one fact table is associated with several dimension tables.......
Data warehousing - Explain the use of lookup tables and Aggregate tables
se of lookup tables and Aggregate tables - At the time of updating the data warehouse, a lookup table is used.......
Data warehousing - What is real time data-warehousing?
What is real time data-warehousing? - The combination of real-time activity and data warehousing is called real time warehousing.......
Post your comment