EnterpriseDW
 FK_FactStudentTotalFeesForClass_DimStudentTerm
  Properties
Property Value
Name FK_FactStudentTotalFeesForClass_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].[FactStudentTotalFeesForClass]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentTotalFeesForClass_DimStudentTerm] FOREIGN KEY([StudentTermSK])
REFERENCES [DimStudentTerm] ([StudentTermSK])
ALTER TABLE [dbo].[FactStudentTotalFeesForClass] CHECK CONSTRAINT [FK_FactStudentTotalFeesForClass_DimStudentTerm]
Powered by BI Documenter