|
![]() |
Property | Value |
Name | FK_FactEnrollmentSnapshot_DimDate |
Columns | DateSK |
Referenced Table | dbo.DimDate |
Referenced Columns | DateSK |
Referenced Key | PK_Dim_Date |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactEnrollmentSnapshot] WITH CHECK ADD CONSTRAINT [FK_FactEnrollmentSnapshot_DimDate] FOREIGN KEY([DateSK]) REFERENCES [DimDate] ([DateSK]) ALTER TABLE [dbo].[FactEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactEnrollmentSnapshot_DimDate] |
Powered by BI Documenter |