Table: Product Inventory
Property | Value |
Database schema name | dbo |
Database table name | FactProductInventory |
Is logical | True |
Case sensitive | False |
Table type | View |
Date created | 7/25/2014 9:51:55 PM |
Has errors | False |
Hidden | False |
Is initialized | True |
Is loaded | True |
Last processed | 7/25/2014 10:12:28 PM |
Last schema update | 7/25/2014 9:51:55 PM |
State | Processed |
Objects | Total |
Columns | 14 |
Hierarchies | 0 |
Measures | 11 |
Partitions | 6 |
Foreign key column | Primary key column |
[Product Inventory].[DateKey] | [Date].[DateKey] |
[Product Inventory].[ProductKey] | [Product].[ProductKey] |
SELECT [dbo].[FactProductInventory].* FROM [dbo].[FactProductInventory] |