| Table: dbo.Worker_Compensation_Limit | |||
| Columns | |||
| Name | Type | Constraints | Description |
| worker_compensation_limit_KEY | int (4) | NOT NULL | unique key |
| worker_compensation_class_code_detail_KEY | int (4) | NOT NULL | worker comp class code and state this limit is for |
| worker_compensation_limit_detail_KEY | int (4) | NOT NULL | limit for this worker comp class code and state |
| Primary key | |||
| Name | Columns | Description | |
| PK_Worker_Compensation_Limit | worker_compensation_limit_KEY | ||