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