EnterpriseDW
 FK_FactPriorEnrollmentSnapshot_DimStudent
  Properties
Property Value
Name FK_FactPriorEnrollmentSnapshot_DimStudent
Columns StudentSK
Referenced Table dbo.DimStudent
Referenced Columns StudentSK
Referenced Key PK_DimStudent
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimStudent] FOREIGN KEY([StudentSK])
REFERENCES [DimStudent] ([StudentSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimStudent]
Powered by BI Documenter