| 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 | |||
| Name | Type | Constraints | Description |
| contact_address_KEY | int (4) | NOT NULL | Primary key |
| jedd_code | nvarchar (100) | NOT NULL | The Ohio JEDD tax code to be applied |
| jedd_description | nvarchar (160) | NOT NULL | The name of the Ohio JEDD tax |
| Primary key | |||
| Name | Columns | Description | |
| PK_Ohio_Jedd_Tax$contact_address_KEY | contact_address_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Ohio_Jedd_Tax__Contact_Address__contact_address_KEY | contact_address_KEY | Contact_Address (contact_address_KEY) | |