EnterpriseDW
 FK_FactStudentTotalFeesForClass_DimPaymentSource
  Properties
Property Value
Name FK_FactStudentTotalFeesForClass_DimPaymentSource
Columns PaymentSourceSK
Referenced Table dbo.DimPaymentSource
Referenced Columns PaymentSourceSK
Referenced Key PK_dbo.DimPaymentSource
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactStudentTotalFeesForClass]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentTotalFeesForClass_DimPaymentSource] FOREIGN KEY([PaymentSourceSK])
REFERENCES [DimPaymentSource] ([PaymentSourceSK])
ALTER TABLE [dbo].[FactStudentTotalFeesForClass] CHECK CONSTRAINT [FK_FactStudentTotalFeesForClass_DimPaymentSource]
Powered by BI Documenter