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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | HR.COUNTRIES |- |} {| border="1" cellpadding="5" cellspacing="0" style="bord...)
 
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.COUNTRIES
 
| HR.COUNTRIES
 
|-
 
|-
|}
 
 
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Column
 
| '''Data Type
 
| '''Nullable
 
| '''Default
 
| '''PK
 
| '''Index
 
 
|-
 
| COUNTRY_ID
 
| CHAR(2)
 
| not null
 
|
 
| COUNTRY_C_ID_PK
 
|
 
|-
 
| COUNTRY_NAME
 
| VARCHAR2
 
| null
 
|
 
|
 
|
 
|-
 
| REGION_ID
 
| NUMBER
 
| null
 
|
 
|
 
|
 
|}
 
 
 
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Relation
 
| '''Column
 
| '''Referenced Column
 
 
|-
 
| [[HR.REGIONS_(table)|HR.REGIONS]]
 
| REGION_ID
 
| REGION_ID
 
|}
 
 
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Detail Table
 
| '''Column
 
| '''Referencing Column
 
 
|-
 
| [[HR.LOCATIONS_(table)|HR.LOCATIONS]]
 
| COUNTRY_ID
 
| COUNTRY_ID
 
 
|}
 
|}

Revision as of 20:56, 24 August 2009

wikibot

table HR.COUNTRIES