EnterpriseDW
 FK_FactStudentGraduation_DimStudentObjective
  Properties
Property Value
Name FK_FactStudentGraduation_DimStudentObjective
Columns StudentObjectiveSK
Referenced Table dbo.DimStudentObjective
Referenced Columns StudentObjectiveSK
Referenced Key PK_DimStudentObjective
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactStudentGraduation]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentGraduation_DimStudentObjective] FOREIGN KEY([StudentObjectiveSK])
REFERENCES [DimStudentObjective] ([StudentObjectiveSK])
ALTER TABLE [dbo].[FactStudentGraduation] CHECK CONSTRAINT [FK_FactStudentGraduation_DimStudentObjective]
Powered by BI Documenter