You are on page 1of 3

CC105 | INFORMATION MANAGEMENT

Laboratory # 11: Data Mining

Scenario:

Suppose you have the following four Dimension Tables namely Time, Customer, Employee and Product.
Construct a snowflake scheme by developing "Sales" Fact Table. The linkage attribute in the dimension
tables can be used to split the table to form a snowflake scheme. The aggregate variable of fact table
can be "quantity" of products.

Refer your answer from the tables below:

Customer
Time CusID
OrderID Name
Order Date Address
Year CityID
Quarter City Name
Month Zip code
Sales
CusID State
EmpID Country
OrderID
Product
ProductID
ProductID
Sales_Quantity
Product Name
Sales_Price
Product Category
Sales_Total
Product Description
Employee
EmpID
Employee Name
DepartentID
Region
Territory

You might also like