|
![]() |
Property | Value |
Name | FK_FactGlTransactions_DimGlCode |
Columns | GlCodeSK |
Referenced Table | dbo.DimGlCode |
Referenced Columns | GlCodeSK |
Referenced Key | PK_DimGlCode |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactGlTransactions] WITH CHECK ADD CONSTRAINT [FK_FactGlTransactions_DimGlCode] FOREIGN KEY([GlCodeSK]) REFERENCES [DimGlCode] ([GlCodeSK]) ALTER TABLE [dbo].[FactGlTransactions] CHECK CONSTRAINT [FK_FactGlTransactions_DimGlCode] |
Powered by BI Documenter |