|
![]() |
Property | Value |
Name | FK_FactStudentTotalFees_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].[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 |