Table Schema
Inspect
Table
| Column | Type | Description |
|---|---|---|
| job_id | integer | Unique job posting identifier. |
| company_id | integer | Identifier for the company posting the job. |
| title | string | Job listing title. |
| description | string | Job listing description. |
| department | string | Department for the role. |
| posted_date | date | Date the job was posted. |
| employment_type | string | Type of employment. |
| Duplicate Check | Reason |
|---|---|
| company_id | Duplicates must be within the same company. |
| title | The title must match exactly. |
| description | The description must match exactly. |
