|
![]() |
Property | Value |
Name | FK_FactStudentReceiptPayments_DimReceiptPaymentCategory |
Columns | ReceiptPaymentCategorySK |
Referenced Table | dbo.DimReceiptPaymentCategory |
Referenced Columns | ReceiptPaymentCategorySK |
Referenced Key | PK_dbo.DimReceiptPaymentCategory |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactStudentReceiptPayments] WITH CHECK ADD CONSTRAINT [FK_FactStudentReceiptPayments_DimReceiptPaymentCategory] FOREIGN KEY([ReceiptPaymentCategorySK]) REFERENCES [DimReceiptPaymentCategory] ([ReceiptPaymentCategorySK]) ALTER TABLE [dbo].[FactStudentReceiptPayments] CHECK CONSTRAINT [FK_FactStudentReceiptPayments_DimReceiptPaymentCategory] |
Powered by BI Documenter |