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