|
![]() |
Property | Value |
Name | FK_FactActiveEnrollmentSnapshot_DimStudentTerm |
Columns | StudentTermSK |
Referenced Table | dbo.DimStudentTerm |
Referenced Columns | StudentTermSK |
Referenced Key | PK_DimStudentTerm |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactActiveEnrollmentSnapshot] WITH CHECK ADD CONSTRAINT [FK_FactActiveEnrollmentSnapshot_DimStudentTerm] FOREIGN KEY([StudentTermSK]) REFERENCES [DimStudentTerm] ([StudentTermSK]) ALTER TABLE [dbo].[FactActiveEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactActiveEnrollmentSnapshot_DimStudentTerm] |
Powered by BI Documenter |