Table: dbo.Ohio_Jedd_Tax
A table used to store an Ohio JEDD Tax code and description to be applied in place of local taxes.["BR"] JEDD stands for Joint Economic Development District. Multiple townships, cities or villages can enter["BR"] into a JEDD agreement to jointly collect income tax.
Columns
NameTypeConstraintsDescription
contact_address_KEYint (4)NOT NULLPrimary key
jedd_codenvarchar (100)NOT NULLThe Ohio JEDD tax code to be applied
jedd_descriptionnvarchar (160)NOT NULLThe name of the Ohio JEDD tax
Primary key
NameColumnsDescription
PK_Ohio_Jedd_Tax$contact_address_KEYcontact_address_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Ohio_Jedd_Tax__Contact_Address__contact_address_KEYcontact_address_KEYContact_Address (contact_address_KEY)

Schema diagram