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