EnterpriseDW
 FK_FactApplicationStatus_DimTerm
  Properties
Property Value
Name FK_FactApplicationStatus_DimTerm
Columns ApplicationTermSK
Referenced Table dbo.DimTerm
Referenced Columns TermSK
Referenced Key PK_dbo_DimTerm
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactApplicationStatus]  WITH CHECK ADD  CONSTRAINT [FK_FactApplicationStatus_DimTerm] FOREIGN KEY([ApplicationTermSK])
REFERENCES [DimTerm] ([TermSK])
ALTER TABLE [dbo].[FactApplicationStatus] CHECK CONSTRAINT [FK_FactApplicationStatus_DimTerm]
Powered by BI Documenter