EnterpriseDW
 FK_FactStudentFeesPaid_DimFeeType
  Properties
Property Value
Name FK_FactStudentFeesPaid_DimFeeType
Columns FeeTypeSK
Referenced Table dbo.DimFeeType
Referenced Columns FeeTypeSK
Referenced Key PK_dbo.DimFeeType
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactStudentFeesPaid]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentFeesPaid_DimFeeType] FOREIGN KEY([FeeTypeSK])
REFERENCES [DimFeeType] ([FeeTypeSK])
ALTER TABLE [dbo].[FactStudentFeesPaid] CHECK CONSTRAINT [FK_FactStudentFeesPaid_DimFeeType]
Powered by BI Documenter