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