Hi srikanth,
for example you can create a dimension table with dimensions like customer, date, bank_branch and a fact table FCT__Transaction. This fact table have to be connected these dimension table with primary key and foreign key relation ship. Usually all dimensions need to be loaded first and after that to facts..