Book Contents

Book Index

Next Topic

Home

Credit History Example Database

The Credit History Database is a simple star schema that represents customer credit history.

Table Name

Default Number of Rows

CreditHistory_Fact

5000000

Customer_Dimension

5000

Institution_Dimension

100

AccountType_Dimension

50

MortgageType_Dimension

1000

In This Chapter

CreditHistory_Fact

AccountType_Dimension

Customer_Dimension

Date_Dimension

Institution_Dimension

MortgageType_Dimension

credithistory_query_01.sql

credithistory_query_02.sql

credithistory_query_03.sql

credithistory_query_04.sql

credithistory_query_05.sql