EnterpriseDW
 FK_FactGlTransactions_DimOrgUnit
  Properties
Property Value
Name FK_FactGlTransactions_DimOrgUnit
Columns OrgUnitSK
Referenced Table dbo.DimOrgUnit
Referenced Columns OrgUnitSK
Referenced Key PK_dbo.DimOrgUnit
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactGlTransactions]  WITH CHECK ADD  CONSTRAINT [FK_FactGlTransactions_DimOrgUnit] FOREIGN KEY([OrgUnitSK])
REFERENCES [DimOrgUnit] ([OrgUnitSK])
ALTER TABLE [dbo].[FactGlTransactions] CHECK CONSTRAINT [FK_FactGlTransactions_DimOrgUnit]
Powered by BI Documenter