EnterpriseDW
 FK_dbo_FactInstitutionalRetentionSnapshot_RetentionCohortTypeSK
  Properties
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
  Extended Properties
Object Property Value
  DDL
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