Difference between revisions of "HR.REGIONS (table)"

From dbscript Online Help
Jump to: navigation, search
Line 3: Line 3:
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|-
 
|-
| '''table
+
| '''Table
 
| HR.REGIONS
 
| HR.REGIONS
 
|-
 
|-
 +
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Column
 +
| '''Data Type
 +
| '''Nullable
 +
| '''Default
 +
| '''PK
 +
| '''Index
 +
 +
|-
 +
| REGION_ID
 +
| NUMBER
 +
| not null
 +
|
 +
| REG_ID_PK
 +
|
 +
|-
 +
| REGION_NAME
 +
| VARCHAR2(25)
 +
| null
 +
|
 +
|
 +
|
 +
|}
 +
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Detail Table
 +
| '''Column
 +
| '''Referencing Column
 +
 +
|-
 +
| [[HR.COUNTRIES_(table)|HR.COUNTRIES]]
 +
| REGION_ID
 +
| REGION_ID
 
|}
 
|}

Revision as of 21:00, 24 August 2009

wikibot

Table HR.REGIONS


Column Data Type Nullable Default PK Index
REGION_ID NUMBER not null REG_ID_PK
REGION_NAME VARCHAR2(25) null


Detail Table Column Referencing Column
HR.COUNTRIES REGION_ID REGION_ID