1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

fix in table

This commit is contained in:
Jos de Bruijn
2016-06-01 17:04:57 -07:00
parent cdcc6e7620
commit 73dec53226

View File

@ -38,7 +38,7 @@ WideWorldImportersDW has the following dimension tables. The description include
WideWorldImportersDW has the following fact tables. The description includes the relationship with the source tables in the WideWorldImporters database, as well as the classes of analytics/reporting queries each fact table is typically used with.
|Table|Source tables|Sample Analytics|
|-----------------------------|---------------------|
|-----------------------------|---------------------|---------------------|
|Order|`Sales.Orders` and `Sales.OrderLines`|Sales people, picker/packer productivity, and on time to pick orders. In addition, low stock situations leading to back orders.|
|Sale|`Sales.Invoices` and `Sales.InvoiceLines`|Sales dates, delivery dates, profitability over time, profitability by sales person.|
|Purchase|`Purchasing.PurchaseOrderLines`|Expected vs actual lead times|