EnterpriseDW
 FK_FactEnrollmentSnapshot_DimFTEClassification
  Properties
Property Value
Name FK_FactEnrollmentSnapshot_DimFTEClassification
Columns FTEClassificationSK
Referenced Table dbo.DimFTEClassification
Referenced Columns FTEClassificationSK
Referenced Key PK_DimFTEClassification
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactEnrollmentSnapshot_DimFTEClassification] FOREIGN KEY([FTEClassificationSK])
REFERENCES [DimFTEClassification] ([FTEClassificationSK])
ALTER TABLE [dbo].[FactEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactEnrollmentSnapshot_DimFTEClassification]
Powered by BI Documenter