id | name | location |
---|---|---|
1 | TechCorp | San Francisco |
2 | HealthPlus | New York |
3 | EcoGreen | Los Angeles |
4 | SoftWare | Chicago |
5 | CyberSecure | Boston |
id | min_pay | max_pay |
---|---|---|
1 | 60000.0 | 80000.0 |
2 | 70000.0 | 90000.0 |
3 | 50000.0 | 70000.0 |
4 | 100000.0 | 120000.0 |
5 | 80000.0 | 100000.0 |
id | health_insurance | dental_insurance | vision_insurance |
---|---|---|---|
1 | 1 | 1 | 1 |
2 | 0 | 1 | 1 |
3 | 1 | 0 | 1 |
4 | 1 | 1 | 0 |
5 | 0 | 0 | 0 |
id | title | description | base_pay_id | benefit_package_id |
---|---|---|---|---|
(→ Base_Pay_Range.id) | (→ Benefits.id) | |||
1 | Software Engineer | Develop and maintain software applications. | 1 | 1 |
2 | Data Scientist | Analyze complex datasets to drive business decisions. | 3 | 2 |
3 | Marketing Manager | Lead marketing strategies and campaigns. | 2 | 3 |
4 | Product Designer | Design user-centric products and interfaces. | 4 | 4 |
5 | HR Specialist | Manage employee relations and HR processes. | 5 | 5 |