EnterpriseDW
 FK_FactStudentSuccess_TermSnapshot_DimStudentObjective
  Properties
Property Value
Name FK_FactStudentSuccess_TermSnapshot_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].[FactStudentSuccess_TermSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentSuccess_TermSnapshot_DimStudentObjective] FOREIGN KEY([StudentObjectiveSK])
REFERENCES [DimStudentObjective] ([StudentObjectiveSK])
ALTER TABLE [dbo].[FactStudentSuccess_TermSnapshot] CHECK CONSTRAINT [FK_FactStudentSuccess_TermSnapshot_DimStudentObjective]
Powered by BI Documenter