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