|
![]() |
Property | Value |
Name | FK_FactStudentTotalFeesForClass_DimStudent |
Columns | StudentSK |
Referenced Table | dbo.DimStudent |
Referenced Columns | StudentSK |
Referenced Key | PK_DimStudent |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactStudentTotalFeesForClass] WITH CHECK ADD CONSTRAINT [FK_FactStudentTotalFeesForClass_DimStudent] FOREIGN KEY([StudentSK]) REFERENCES [DimStudent] ([StudentSK]) ALTER TABLE [dbo].[FactStudentTotalFeesForClass] CHECK CONSTRAINT [FK_FactStudentTotalFeesForClass_DimStudent] |
Powered by BI Documenter |