Table Schema
Inspect
Table
| Column | Type | Description |
|---|---|---|
| job_id | integer | Unique job posting identifier. |
| company_id | integer | Identifier for the company posting the job. |
| company_name | string | Name of the company posting the job. |
| title | string | Job listing title. |
| location | string | Job location. |
| posted_date | date | Date the job was posted. |
| salary | integer | Listed salary. |
