|
![]() |
Property | Value |
Name | FK_FactStudentTotalFeesForClass_DimPaymentSource |
Columns | PaymentSourceSK |
Referenced Table | dbo.DimPaymentSource |
Referenced Columns | PaymentSourceSK |
Referenced Key | PK_dbo.DimPaymentSource |
Is Checked | True |
Description |
Object | Property | Value |
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 |