|
HR |
||||||||||||
|
|
|||||||||||||
| Description Columns Primary key Check constraints Foreign keys Unique keys Indexes Options Referenced by Triggers |
Description
country table. Contains 25 rows. References with locations table.
Columns
| Primary key | Columns |
| COUNTRY_C_ID_PK | COUNTRY_ID |
| Check constraint | Check condition |
| COUNTRY_ID_NN | "COUNTRY_ID" IS NOT NULL |
| Foreign key | Referenced table | Referenced constraint | Delete rule | Columns |
| COUNTR_REG_FK | REGIONS | REG_ID_PK | NO ACTION | REGION_ID |
| Index | Type | Uniqueness | Columns |
| COUNTRY_C_ID_PK | IOT - TOP | UNIQUE | COUNTRY_ID |
| Option | Setting |
| Clustered | N |
| Generated by Oracle | N |
| Index Organized | Y |
| Logging | Y |
| Partitioned | N |
| Temporary | N |
| Nested | N |
| Referenced by | Constraint |
| LOCATIONS | LOC_C_ID_FK |