Tagged Questions
4
votes
2answers
2k views
How to design a star schema
I am confusing where should I start to design a star schema.
for example
I have tables in database as follows:
Branch(branchNo, bStreetAddress, bCity)
LoanManager(empNo, empName, phone, branchNo)
...
0
votes
4answers
86 views
What is exactly a measure in star schema in data warehouse design?
Star schema consists of dimension and fact tables.
Fact tables contain foreign keys for each dimension and in addition to that, it contains "measures". What exactly comprises of this measure ?
Is it ...