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