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