EnterpriseDW
 FK_FactStudentReceiptPayments_DimStudentReceipt
  Properties
Property Value
Name FK_FactStudentReceiptPayments_DimStudentReceipt
Columns StudentReceiptSK
Referenced Table dbo.DimStudentReceipt
Referenced Columns StudentReceiptSK
Referenced Key PK_dbo.DimStudentReceipt
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
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