|
![]() |
Property | Value |
Name | FK_FactPayableAmounts_DimZipCounty |
Columns | ZipCountySK |
Referenced Table | dbo.DimZipCounty |
Referenced Columns | ZipCountySK |
Referenced Key | PK_dbo.DimZipCounty |
Is Checked | True |
Description |
Object | Property | Value |
ALTER TABLE [dbo].[FactPayableAmounts] WITH CHECK ADD CONSTRAINT [FK_FactPayableAmounts_DimZipCounty] FOREIGN KEY([ZipCountySK]) REFERENCES [DimZipCounty] ([ZipCountySK]) ALTER TABLE [dbo].[FactPayableAmounts] CHECK CONSTRAINT [FK_FactPayableAmounts_DimZipCounty] |
Powered by BI Documenter |