|
![]() |
Property | Value |
Name | FK_FactPayableAmounts_DimDate |
Columns | PaymentDateSK |
Referenced Table | dbo.DimDate |
Referenced Columns | DateSK |
Referenced Key | PK_Dim_Date |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactPayableAmounts] WITH CHECK ADD CONSTRAINT [FK_FactPayableAmounts_DimDate] FOREIGN KEY([PaymentDateSK]) REFERENCES [DimDate] ([DateSK]) ALTER TABLE [dbo].[FactPayableAmounts] CHECK CONSTRAINT [FK_FactPayableAmounts_DimDate] |
Powered by BI Documenter |