Skip to content

Commit 4fa6501

Browse files
committed
fix
1 parent 039ebaa commit 4fa6501

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/databases/wide-world-importers/documentation/wwi-olap-catalog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WideWorldImportersDW has the following dimension tables. The description include
3535

3636
### Fact tables
3737

38-
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.
38+
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.
3939

4040
|Table|Source tables|Sample Analytics|
4141
|-----------------------------|---------------------|
@@ -44,7 +44,8 @@ WideWorldImportersDW has the following dimension tables. The description include
4444
|Purchase|`Purchasing.PurchaseOrderLines`|Expected vs actual lead times|
4545
|Transaction|`Sales.CustomerTransactions` and `Purchasing.SupplierTransactions`|Measuring issue dates vs finalization dates, and amounts.|
4646
|Movement|`Warehouse.StockTransactions`|Movements over time.|
47-
|Stock Holding|`Warehouse.StockItemHoldings`|On-hand stock levels and value|
47+
|Stock Holding|`Warehouse.StockItemHoldings`|On-hand stock levels and value.|
48+
4849

4950
## Stored procedures
5051

0 commit comments

Comments
 (0)