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