Hello,
I still want to get it right. Assume my Sales Dimension table is:
sales_key smallint not null,
sales_id smallint not null,
sales_date date not null,
product_id smallint not null,
sold_by varchar(200) not null
The above table is populated with the following:
1,4,2007-07-01,36,Marley...