Recall & Review
beginner
What is a star schema in data warehousing?
A star schema is a simple database design where a central fact table connects to multiple dimension tables, forming a star-like shape. It helps organize data for easy and fast analysis.
Click to reveal answer
beginner
What is the role of the fact table in a star schema?
The fact table stores measurable, quantitative data like sales or revenue. It links to dimension tables using keys and contains numeric values used for calculations.
Click to reveal answer
beginner
What are dimension tables in a star schema?
Dimension tables hold descriptive information like product names, dates, or customer details. They provide context to the numbers in the fact table.
Click to reveal answer
beginner
Why is the star schema called 'star'?
Because the fact table is at the center and dimension tables spread out around it like points on a star, making the structure look like a star shape.
Click to reveal answer
intermediate
How does a star schema improve query performance?
It simplifies joins by having one central fact table connected directly to dimension tables, reducing complexity and speeding up data retrieval.
Click to reveal answer
In a star schema, what type of data does the fact table usually contain?
✗ Incorrect
The fact table contains measurable data such as sales or revenue, which are quantitative.
Which of the following best describes dimension tables?
✗ Incorrect
Dimension tables provide descriptive information like product or customer details.
Why is the star schema design popular in BI systems?
✗ Incorrect
Star schema simplifies queries by having a central fact table connected to dimension tables, improving performance.
What shape does the star schema resemble?
✗ Incorrect
The schema looks like a star with the fact table in the center and dimension tables around it.
Which key connects the fact table to dimension tables?
✗ Incorrect
The fact table contains foreign keys that link to primary keys in dimension tables.
Explain the structure and components of a star schema in simple terms.
Think about a central table with spokes connecting to descriptive tables.
You got /4 concepts.
Describe how a star schema helps improve data analysis and query speed.
Focus on how the design reduces complexity in queries.
You got /4 concepts.