Editing HR.JOBS (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
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 19: Line 21:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
 
+
|- valign="top"
+
|-
 
| JOB_ID
 
| JOB_ID
 
| VARCHAR2(10)
 
| VARCHAR2(10)
Line 26: Line 28:
 
|  
 
|  
 
| Primary key of jobs table.
 
| Primary key of jobs table.
|- valign="top"
+
|-
 
| JOB_TITLE
 
| JOB_TITLE
 
| VARCHAR2(35)
 
| VARCHAR2(35)
Line 32: Line 34:
 
|  
 
|  
 
| 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 38: Line 40:
 
|  
 
|  
 
| 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 51: Line 53:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|- valign="top"
+
|-
 
| JOB_ID_PK
 
| JOB_ID_PK
 
| JOB_ID
 
| JOB_ID
Line 62: Line 64:
 
| '''Expression
 
| '''Expression
 
| '''Description
 
| '''Description
 
+
|- valign="top"
+
|-
 
| JOB_TITLE_NN
 
| JOB_TITLE_NN
 
| "JOB_TITLE" IS NOT NULL
 
| "JOB_TITLE" IS NOT NULL
Line 75: Line 77:
 
| '''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
 
|}
 
|}

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)