EnterpriseDW
 FK_FactPriorEnrollmentSnapshot_DimPriorTerm
  Properties
Property Value
Name FK_FactPriorEnrollmentSnapshot_DimPriorTerm
Columns PriorTermSK
Referenced Table dbo.DimTerm
Referenced Columns TermSK
Referenced Key PK_dbo_DimTerm
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot]  WITH CHECK ADD  CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimPriorTerm] FOREIGN KEY([PriorTermSK])
REFERENCES [DimTerm] ([TermSK])
ALTER TABLE [dbo].[FactPriorEnrollmentSnapshot] CHECK CONSTRAINT [FK_FactPriorEnrollmentSnapshot_DimPriorTerm]
Powered by BI Documenter