EnterpriseDW
 FK_FactStudentSuccess_TermSnapshot_DimStudentSuccessCohort
  Properties
Property Value
Name FK_FactStudentSuccess_TermSnapshot_DimStudentSuccessCohort
Columns StudentSuccessCohortSK
Referenced Table dbo.DimStudentSuccessCohort
Referenced Columns StudentSuccessCohortSK
Referenced Key PK_DimStudentSuccessCohort
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactStudentSuccess_TermSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentSuccess_TermSnapshot_DimStudentSuccessCohort] FOREIGN KEY([StudentSuccessCohortSK])
REFERENCES [DimStudentSuccessCohort] ([StudentSuccessCohortSK])
ALTER TABLE [dbo].[FactStudentSuccess_TermSnapshot] CHECK CONSTRAINT [FK_FactStudentSuccess_TermSnapshot_DimStudentSuccessCohort]
Powered by BI Documenter