id | company_name | location |
---|---|---|
1 | CompanyA | New York |
2 | CompanyB | San Francisco |
3 | CompanyC | London |
4 | CompanyD | Tokyo |
5 | CompanyE | Paris |
id | position_title | description |
---|---|---|
1 | Software Engineer | Design and develop high-quality software solutions. |
2 | Data Scientist | Analyze data sets and provide insights. |
3 | Product Manager | Lead product development from concept to launch. |
4 | UX Designer | Create user interfaces that enhance usability. |
5 | QA Analyst | Identify defects and ensure product quality. |
software_company_id | job_position_id |
---|---|
(→ Software_Companies.id) | (→ Job_Positions.id) |
1 | 1 |
2 | 1 |
3 | 2 |
4 | 3 |
5 | 4 |
3 | 1 |
4 | 1 |
5 | 1 |
id | name |
---|---|
1 | Programming |
2 | Database Management |
3 | Machine Learning |
4 | Project Management |
5 | User Experience Design |