From 4fa6501c896747dfda399dc2d87aad4ccc781b54 Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Wed, 1 Jun 2016 17:02:28 -0700 Subject: [PATCH] fix --- .../wide-world-importers/documentation/wwi-olap-catalog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/databases/wide-world-importers/documentation/wwi-olap-catalog.md b/samples/databases/wide-world-importers/documentation/wwi-olap-catalog.md index c0981906..a1fd0fd2 100644 --- a/samples/databases/wide-world-importers/documentation/wwi-olap-catalog.md +++ b/samples/databases/wide-world-importers/documentation/wwi-olap-catalog.md @@ -35,7 +35,7 @@ WideWorldImportersDW has the following dimension tables. The description include ### Fact tables -WideWorldImportersDW has the following dimension 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. +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| |-----------------------------|---------------------| @@ -44,7 +44,8 @@ WideWorldImportersDW has the following dimension tables. The description include |Purchase|`Purchasing.PurchaseOrderLines`|Expected vs actual lead times| |Transaction|`Sales.CustomerTransactions` and `Purchasing.SupplierTransactions`|Measuring issue dates vs finalization dates, and amounts.| |Movement|`Warehouse.StockTransactions`|Movements over time.| -|Stock Holding|`Warehouse.StockItemHoldings`|On-hand stock levels and value| +|Stock Holding|`Warehouse.StockItemHoldings`|On-hand stock levels and value.| + ## Stored procedures