|
![]() |
Property | Value |
Name | FK_FactPayableAmounts_DimPayee |
Columns | PayeeSK |
Referenced Table | dbo.DimPayee |
Referenced Columns | PayeeSK |
Referenced Key | PK_dbo.DimPayee |
Is Checked | True |
Description |
Object | Property | Value |
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 |