You can refer to the Product dimension in the Adventure Works DW AS 2005
database - its snowflake schema is also described in BOL:
http://msdn2.microsoft.com/en-us/library/ms175439.aspx
Quote:
|
SQL Server 2005 Books Online
|
Introduction to Dimensions
...
Dimension based on a Snowflake Schema Design
Frequently, a more complex structure is required because information
from multiple tables is required to define the dimension. In this
structure, called a snowflake schema, each dimension is based on
attributes from columns in multiple tables linked to each other and
ultimately to the fact table by primary key - foreign key relationships.
For example, the following diagram illustrates the tables required to
completely describe the Product dimension in the AdventureWorksDW sample
project:
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***