EnterpriseDW
 FK_FactStudentTotalFees_DimPaymentSource
  Properties
Property Value
Name FK_FactStudentTotalFees_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].[FactStudentTotalFees]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentTotalFees_DimPaymentSource] FOREIGN KEY([PaymentSourceSK])
REFERENCES [DimPaymentSource] ([PaymentSourceSK])
ALTER TABLE [dbo].[FactStudentTotalFees] CHECK CONSTRAINT [FK_FactStudentTotalFees_DimPaymentSource]
Powered by BI Documenter