EnterpriseDW
 FK_FactStudentReceiptPayments_DimDate
  Properties
Property Value
Name FK_FactStudentReceiptPayments_DimDate
Columns DateSK
Referenced Table dbo.DimDate
Referenced Columns DateSK
Referenced Key PK_Dim_Date
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
ALTER TABLE [dbo].[FactStudentReceiptPayments]  WITH CHECK ADD  CONSTRAINT [FK_FactStudentReceiptPayments_DimDate] FOREIGN KEY([DateSK])
REFERENCES [DimDate] ([DateSK])
ALTER TABLE [dbo].[FactStudentReceiptPayments] CHECK CONSTRAINT [FK_FactStudentReceiptPayments_DimDate]
Powered by BI Documenter