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