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