EnterpriseDW
 FK_FactPurchaseOrderAmounts_DimDate
  Properties
Property Value
Name FK_FactPurchaseOrderAmounts_DimDate
Columns EntryDateSK
Referenced Table dbo.DimDate
Referenced Columns DateSK
Referenced Key PK_Dim_Date
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactPurchaseOrderAmounts]  WITH CHECK ADD  CONSTRAINT [FK_FactPurchaseOrderAmounts_DimDate] FOREIGN KEY([EntryDateSK])
REFERENCES [DimDate] ([DateSK])
ALTER TABLE [dbo].[FactPurchaseOrderAmounts] CHECK CONSTRAINT [FK_FactPurchaseOrderAmounts_DimDate]
Powered by BI Documenter