|
![]() |
Property | Value |
Name | FK_FactStudentReceiptPayments_DimDate |
Columns | DateSK |
Referenced Table | dbo.DimDate |
Referenced Columns | DateSK |
Referenced Key | PK_Dim_Date |
Is Checked | True |
Description |
Object | Property | Value |
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 |