Column | Data Type | Nullable | Default | Description |
JOB_ID | VARCHAR2(10) | not null | | Primary key of jobs table. |
JOB_TITLE | VARCHAR2(35) | not null | | A not null column that shows job title, e.g. AD_VP, FI_ACCOUNTANT |
MIN_SALARY | NUMBER(6, 0) | null | | Minimum salary for a job title. |
MAX_SALARY | NUMBER(6, 0) | null | | Maximum salary for a job title |