RDBMS Star Schema

The Star Schema is a popular database schema design used in data warehousing. It is named for its resemblance to a star, where a central fact table is surrounded by dimension tables.

Components of Star Schema

Example of Star Schema

Consider an e-commerce sales data warehouse:

Advantages

Disadvantages