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