|
![]() |
Property | Value |
Name | FK_FactGlSummaryBalances_DimChartOfAccount |
Columns | GlAccountSK |
Referenced Table | dbo.DimChartOfAccount |
Referenced Columns | GlAccountSK |
Referenced Key | PK_dbo.DimChartOfAccount |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactGlSummaryBalances] WITH CHECK ADD CONSTRAINT [FK_FactGlSummaryBalances_DimChartOfAccount] FOREIGN KEY([GlAccountSK]) REFERENCES [DimChartOfAccount] ([GlAccountSK]) ALTER TABLE [dbo].[FactGlSummaryBalances] CHECK CONSTRAINT [FK_FactGlSummaryBalances_DimChartOfAccount] |
Powered by BI Documenter |