Difference between revisions of "HR.JOBS (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| HR.JOBS | | HR.JOBS | ||
Line 9: | Line 9: | ||
| jobs table with job titles and salary ranges. Contains 19 rows. | | jobs table with job titles and salary ranges. Contains 19 rows. | ||
References with employees and job_history table. | References with employees and job_history table. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 21: | Line 19: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| JOB_ID | | JOB_ID | ||
| VARCHAR2(10) | | VARCHAR2(10) | ||
Line 28: | Line 26: | ||
| | | | ||
| Primary key of jobs table. | | Primary key of jobs table. | ||
− | |- | + | |- valign="top" |
| JOB_TITLE | | JOB_TITLE | ||
| VARCHAR2(35) | | VARCHAR2(35) | ||
Line 34: | Line 32: | ||
| | | | ||
| A not null column that shows job title, e.g. AD_VP, FI_ACCOUNTANT | | A not null column that shows job title, e.g. AD_VP, FI_ACCOUNTANT | ||
− | |- | + | |- valign="top" |
| MIN_SALARY | | MIN_SALARY | ||
| NUMBER(6, 0) | | NUMBER(6, 0) | ||
Line 40: | Line 38: | ||
| | | | ||
| Minimum salary for a job title. | | Minimum salary for a job title. | ||
− | |- | + | |- valign="top" |
| MAX_SALARY | | MAX_SALARY | ||
| NUMBER(6, 0) | | NUMBER(6, 0) | ||
Line 53: | Line 51: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| JOB_ID_PK | | JOB_ID_PK | ||
| JOB_ID | | JOB_ID | ||
Line 64: | Line 62: | ||
| '''Expression | | '''Expression | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| JOB_TITLE_NN | | JOB_TITLE_NN | ||
| "JOB_TITLE" IS NOT NULL | | "JOB_TITLE" IS NOT NULL | ||
Line 77: | Line 75: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[HR.EMPLOYEES_(table)|HR.EMPLOYEES]] | | [[HR.EMPLOYEES_(table)|HR.EMPLOYEES]] | ||
| JOB_ID | | JOB_ID | ||
| JOB_ID | | JOB_ID | ||
− | |- | + | |- valign="top" |
| [[HR.JOB_HISTORY_(table)|HR.JOB_HISTORY]] | | [[HR.JOB_HISTORY_(table)|HR.JOB_HISTORY]] | ||
| JOB_ID | | JOB_ID | ||
| JOB_ID | | JOB_ID | ||
|} | |} |
Latest revision as of 06:14, 24 June 2010
wikibot[edit]
Table | HR.JOBS |
Description | jobs table with job titles and salary ranges. Contains 19 rows.
References with employees and job_history table. |
Columns[edit]
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 |
Primary Key[edit]
Primary Key | Columns |
JOB_ID_PK | JOB_ID |
Check Constraints[edit]
Check Constraint | Expression | Description |
JOB_TITLE_NN | "JOB_TITLE" IS NOT NULL |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
HR.EMPLOYEES | JOB_ID | JOB_ID |
HR.JOB_HISTORY | JOB_ID | JOB_ID |