EnterpriseDW
 FK_FactPayableAmounts_DimZipCounty
  Properties
Property Value
Name FK_FactPayableAmounts_DimZipCounty
Columns ZipCountySK
Referenced Table dbo.DimZipCounty
Referenced Columns ZipCountySK
Referenced Key PK_dbo.DimZipCounty
Is Checked True
Description
  Extended Properties
Object Property Value
  DDL
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