HR.REGIONS (table)
wikibot[edit]
| Table | HR.REGIONS |
Columns[edit]
| Column | Data Type | Nullable | Default | Description |
| REGION_ID | NUMBER | not null | ||
| REGION_NAME | VARCHAR2(25) | null |
Primary Key[edit]
| Primary Key | Columns |
| REG_ID_PK | REGION_ID |
Check Constraints[edit]
| Check Constraint | Expression | Description |
| REGION_ID_NN | "REGION_ID" IS NOT NULL |
Detail Tables[edit]
| Detail Table | Column | Referencing Column |
| HR.COUNTRIES | REGION_ID | REGION_ID |