|
![]() |
Property | Value |
Name | FK_FactStudentSuccess_FirstYearSnapshot_DimStudentObjective |
Columns | StudentObjectiveSK |
Referenced Table | dbo.DimStudentObjective |
Referenced Columns | StudentObjectiveSK |
Referenced Key | PK_DimStudentObjective |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactStudentSuccess_FirstYearSnapshot] WITH CHECK ADD CONSTRAINT [FK_FactStudentSuccess_FirstYearSnapshot_DimStudentObjective] FOREIGN KEY([StudentObjectiveSK]) REFERENCES [DimStudentObjective] ([StudentObjectiveSK]) ALTER TABLE [dbo].[FactStudentSuccess_FirstYearSnapshot] CHECK CONSTRAINT [FK_FactStudentSuccess_FirstYearSnapshot_DimStudentObjective] |
Powered by BI Documenter |