EnterpriseDW
 FK_dbo_FactPayableAmounts_DateSK
  Properties
Property Value
Name FK_dbo_FactPayableAmounts_DateSK
Columns PayableDateSK
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].[FactPayableAmounts]  WITH CHECK ADD  CONSTRAINT [FK_dbo_FactPayableAmounts_DateSK] FOREIGN KEY([PayableDateSK])
REFERENCES [DimDate] ([DateSK])
ALTER TABLE [dbo].[FactPayableAmounts] CHECK CONSTRAINT [FK_dbo_FactPayableAmounts_DateSK]
Powered by BI Documenter