| Table: dbo.Tax_Jurisdiction_Suta_Supplemental_Rate | |||
| Columns | |||
| Name | Type | Constraints | Description |
| tax_jurisdiction_suta_supplemental_rate_KEY | int (4) | NOT NULL | Primary key for this table |
| suta_supplemental_type_KEY | int (4) | NOT NULL | Reference to suta supplemtnal type |
| tax_jurisdiction_suta_base_rate_KEY | int (4) | NOT NULL | Reference to tax jurisdiction suta rate |
| supplemental_rate | decimal (5, 4) | NOT NULL | Supplemental rate |
| Primary key | |||
| Name | Columns | Description | |
| PK_Tax_Jurisdiction_Suta_Supplemental_Rate | tax_jurisdiction_suta_supplemental_rate_KEY | ||