EnterpriseDW
 FK_FactStudentTotalFees_DimStudent
  Properties
Property Value
Name FK_FactStudentTotalFees_DimStudent
Columns StudentSK
Referenced Table dbo.DimStudent
Referenced Columns StudentSK
Referenced Key PK_DimStudent
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactStudentTotalFees]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentTotalFees_DimStudent] FOREIGN KEY([StudentSK])
REFERENCES [DimStudent] ([StudentSK])
ALTER TABLE [dbo].[FactStudentTotalFees] CHECK CONSTRAINT [FK_FactStudentTotalFees_DimStudent]
Powered by BI Documenter