|
![]() |
Property | Value |
Name | FK_FactPurchaseOrderAmounts_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].[FactPurchaseOrderAmounts] WITH CHECK ADD CONSTRAINT [FK_FactPurchaseOrderAmounts_DimZipCounty] FOREIGN KEY([ZipCountySK]) REFERENCES [DimZipCounty] ([ZipCountySK]) ALTER TABLE [dbo].[FactPurchaseOrderAmounts] CHECK CONSTRAINT [FK_FactPurchaseOrderAmounts_DimZipCounty] |
Powered by BI Documenter |