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