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