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