DWM Exp2 33
DWM Exp2 33
DWM Exp2 33
Roll No.-33
Name – Jess John
EXPERIMENT 2
Title Implementing Dimensions and Fact table for the case study selected in
experiment 1.
Mapping with CO To define the design principles of data warehousing using dimensional
modeling. (CSL503.1)
Customer:
a) Customer_ID
b) Name
c) Address
d) Contact_details
Transaction:
a) Transaction_id
b) Transaction_type
c) Transaction_status
Account:
a) Account_ID
b) Account_type
c) Account_opening_date
d) Account_closing_date
Time:
a) Time_ID
b) Date
c) Month
d) Quarter
e) Year
Branch:
a) Branch_ID
b) Branch_Name
c) Branch_Address
d) Branch_Manager
Fact table:
a) Customer_id
b) Account_id
c) Time_id
d) Branch_id
e) Transaction_id
f) Transaction_amount
Screenshots:
Conclusion SQL schema was declared and tables were created successfully.