The stores_demo Database Map
Some of the tables in the stores_demo database have relationships between them.
The following illustration displays the joins in the stores_demo database between customers, catalog orders, and customer calls. The shading that connects a column in one table to a column with the same name in another table indicates the relationships, or joins, between tables.
Figure 1. Joins
between customers and catalog orders
The following illustration displays the joins in the stores_demo database between customers, electricity meter data, and location. The Customer_ts_data, ts_data, and ts_data_location tables contain time series data. You can prevent the creation of these time series tables when you create the demonstration database.
Figure 2. Joins between customers, electricity usage data, and location