EnterpriseDW
 FK_FactPayableAmounts_DimPayable
  Properties
Property Value
Name FK_FactPayableAmounts_DimPayable
Columns PayableSK
Referenced Table dbo.DimPayable
Referenced Columns PayableSK
Referenced Key PK_dbo.DimPayable
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactPayableAmounts]  WITH CHECK ADD  CONSTRAINT [FK_FactPayableAmounts_DimPayable] FOREIGN KEY([PayableSK])
REFERENCES [DimPayable] ([PayableSK])
ALTER TABLE [dbo].[FactPayableAmounts] CHECK CONSTRAINT [FK_FactPayableAmounts_DimPayable]
Powered by BI Documenter