EnterpriseDW
 FK_FactEnrollmentActivity_DimStudent
  Properties
Property Value
Name FK_FactEnrollmentActivity_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].[FactEnrollmentActivity]  WITH CHECK ADD  CONSTRAINT [FK_FactEnrollmentActivity_DimStudent] FOREIGN KEY([StudentSK])
REFERENCES [DimStudent] ([StudentSK])
ALTER TABLE [dbo].[FactEnrollmentActivity] CHECK CONSTRAINT [FK_FactEnrollmentActivity_DimStudent]
Powered by BI Documenter