Book Contents

Book Index

Next Topic

Home

Telecom Example Database

Telecom schema is a simple star schema that represents a summary of the calls made by the customers of a fictional cell phone service provider. Each table is described in a separate section.

Telecom

Table Name

Default Number of Rows

Billing_Fact

5000000

Customer_Details_Dimension

50000

Rate_Plan_Dimension

500

Numbering_Plan_Dimension

500

Equipment_Dimension

200

Feature_Dimension

20

Call_Termination_Dimension

20

In This Chapter

Billing_Fact

Call_Termination_Dimension

Customer_Details_Dimension

Date_Dimension

Equipment_Dimension

Feature_Dimension

Numbering_Plan_Dimension

Rate_Plan_Dimension

telecom_query_01.sql

telecom_query_02.sql

telecom_query_03.sql

telecom_query_04.sql

telecom_query_05.sql