|
![]() |
Property | Value |
Name | FK_dbo_FactPayableAmounts_DateSK |
Columns | PayableDateSK |
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_dbo_FactPayableAmounts_DateSK] FOREIGN KEY([PayableDateSK]) REFERENCES [DimDate] ([DateSK]) ALTER TABLE [dbo].[FactPayableAmounts] CHECK CONSTRAINT [FK_dbo_FactPayableAmounts_DateSK] |
Powered by BI Documenter |