|
![]() |
Property | Value |
Name | FK_dbo_FactInstitutionalRetentionSnapshot_RetentionCohortTypeSK |
Columns | RetentionCohortTypeSK |
Referenced Table | dbo.DimRetentionCohortType |
Referenced Columns | RetentionCohortTypeSK |
Referenced Key | PK_dbo.DimRetentionCohortType |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactInstitutionalRetentionSnapshot] WITH CHECK ADD CONSTRAINT [FK_dbo_FactInstitutionalRetentionSnapshot_RetentionCohortTypeSK] FOREIGN KEY([RetentionCohortTypeSK]) REFERENCES [DimRetentionCohortType] ([RetentionCohortTypeSK]) ALTER TABLE [dbo].[FactInstitutionalRetentionSnapshot] CHECK CONSTRAINT [FK_dbo_FactInstitutionalRetentionSnapshot_RetentionCohortTypeSK] |
Powered by BI Documenter |