|
![]() |
Property | Value |
Name | FK_FactStudentTotalFees_DimStudent |
Columns | StudentSK |
Referenced Table | dbo.DimStudent |
Referenced Columns | StudentSK |
Referenced Key | PK_DimStudent |
Is Checked | True |
Description |
Object | Property | Value |
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 |