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