EnterpriseDW
 FK_FactPurchaseOrderAmounts_DimPayee
  Properties
Property Value
Name FK_FactPurchaseOrderAmounts_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].[FactPurchaseOrderAmounts]  WITH CHECK ADD  CONSTRAINT [FK_FactPurchaseOrderAmounts_DimPayee] FOREIGN KEY([PayeeSK])
REFERENCES [DimPayee] ([PayeeSK])
ALTER TABLE [dbo].[FactPurchaseOrderAmounts] CHECK CONSTRAINT [FK_FactPurchaseOrderAmounts_DimPayee]
Powered by BI Documenter