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