Previous Topic: Overview of Documenting a Dimensional ModelNext Topic: Characteristics of a Star Schema


Star Schema Design

A star schema is a dimensional model built in a star configuration. The star schema typically contains one large table, called the fact table, placed in the center with smaller satellite tables, called dimension tables, joined to the fact table in a radial pattern. A star schema can, optionally, have an outrigger table joined to a dimension table.

The following example of a video rental store data warehouse illustrates dimensional modeling features. The REVENUE table is a fact table; Customer, Movie, Market, and Time are dimension tables; and District and Region are outrigger tables. The REVENUE fact table contains revenue data for movies rented by each customer, ina geographic market, over a period of time. The dimension tables in this database define the customers, movies, markets, and time periods used in the fact table.

Star Schema Design

You can display icons to graphically represent that a table is a fact, dimension, or outrigger table. In a dimensional model, right-click a blank area of the diagram window, then choose Table Display, Dimensional Icon.

More information:

Characteristics of a Star Schema

Fact Table

Dimension Table

Outrigger Table