EnterpriseDW
 FK_FactActiveEnrollmentSnapshot_DimCurriculum
  Properties
Property Value
Name FK_FactActiveEnrollmentSnapshot_DimCurriculum
Columns CurriculumSK
Referenced Table dbo.DimCurriculum
Referenced Columns CurriculumSK
Referenced Key PK_DimCurriculum
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactActiveEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactActiveEnrollmentSnapshot_DimCurriculum] FOREIGN KEY([CurriculumSK])
REFERENCES [DimCurriculum] ([CurriculumSK])
ALTER TABLE [dbo].[FactActiveEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactActiveEnrollmentSnapshot_DimCurriculum]
Powered by BI Documenter