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