Difference between revisions of "HR.LOCATIONS (table)"
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.LOCATIONS | | HR.LOCATIONS | ||
Line 11: | Line 11: | ||
locations of customers. Contains 23 rows; references with the | locations of customers. Contains 23 rows; references with the | ||
departments and countries tables. | departments and countries tables. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 23: | Line 21: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| LOCATION_ID | | LOCATION_ID | ||
| NUMBER(4, 0) | | NUMBER(4, 0) | ||
Line 30: | Line 28: | ||
| | | | ||
| Primary key of locations table | | Primary key of locations table | ||
− | |- | + | |- valign="top" |
| STREET_ADDRESS | | STREET_ADDRESS | ||
| VARCHAR2(40) | | VARCHAR2(40) | ||
Line 37: | Line 35: | ||
| Street address of an office, warehouse, or production site of a company. | | Street address of an office, warehouse, or production site of a company. | ||
Contains building number and street name | Contains building number and street name | ||
− | |- | + | |- valign="top" |
| POSTAL_CODE | | POSTAL_CODE | ||
| VARCHAR2(12) | | VARCHAR2(12) | ||
Line 44: | Line 42: | ||
| Postal code of the location of an office, warehouse, or production site | | Postal code of the location of an office, warehouse, or production site | ||
of a company. | of a company. | ||
− | |- | + | |- valign="top" |
| CITY | | CITY | ||
| VARCHAR2(30) | | VARCHAR2(30) | ||
Line 51: | Line 49: | ||
| A not null column that shows city where an office, warehouse, or | | A not null column that shows city where an office, warehouse, or | ||
production site of a company is located. | production site of a company is located. | ||
− | |- | + | |- valign="top" |
| STATE_PROVINCE | | STATE_PROVINCE | ||
| VARCHAR2(25) | | VARCHAR2(25) | ||
Line 58: | Line 56: | ||
| State or Province where an office, warehouse, or production site of a | | State or Province where an office, warehouse, or production site of a | ||
company is located. | company is located. | ||
− | |- | + | |- valign="top" |
| COUNTRY_ID | | COUNTRY_ID | ||
| CHAR(2) | | CHAR(2) | ||
Line 72: | Line 70: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| LOC_ID_PK | | LOC_ID_PK | ||
| LOCATION_ID | | LOCATION_ID | ||
Line 83: | Line 81: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| LOC_STATE_PROVINCE_IX | | LOC_STATE_PROVINCE_IX | ||
| | | | ||
| STATE_PROVINCE | | STATE_PROVINCE | ||
− | |- | + | |- valign="top" |
| LOC_COUNTRY_IX | | LOC_COUNTRY_IX | ||
| | | | ||
| COUNTRY_ID | | COUNTRY_ID | ||
− | |- | + | |- valign="top" |
| LOC_CITY_IX | | LOC_CITY_IX | ||
| | | | ||
Line 104: | Line 102: | ||
| '''Expression | | '''Expression | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| LOC_CITY_NN | | LOC_CITY_NN | ||
| "CITY" IS NOT NULL | | "CITY" IS NOT NULL | ||
Line 117: | Line 115: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[HR.COUNTRIES_(table)|HR.COUNTRIES]] | | [[HR.COUNTRIES_(table)|HR.COUNTRIES]] | ||
| COUNTRY_ID | | COUNTRY_ID | ||
Line 130: | Line 128: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[HR.DEPARTMENTS_(table)|HR.DEPARTMENTS]] | | [[HR.DEPARTMENTS_(table)|HR.DEPARTMENTS]] | ||
| LOCATION_ID | | LOCATION_ID | ||
| LOCATION_ID | | LOCATION_ID | ||
− | |- | + | |- valign="top" |
| [[OE.WAREHOUSES_(table)|OE.WAREHOUSES]] | | [[OE.WAREHOUSES_(table)|OE.WAREHOUSES]] | ||
| LOCATION_ID | | LOCATION_ID | ||
| LOCATION_ID | | LOCATION_ID | ||
|} | |} |
Revision as of 06:14, 24 June 2010
Contents
wikibot
Table | HR.LOCATIONS |
Description | Locations table that contains specific address of a specific office,
warehouse, and/or production site of a company. Does not store addresses / locations of customers. Contains 23 rows; references with the departments and countries tables. |
Columns
Column | Data Type | Nullable | Default | Description |
LOCATION_ID | NUMBER(4, 0) | not null | Primary key of locations table | |
STREET_ADDRESS | VARCHAR2(40) | null | Street address of an office, warehouse, or production site of a company.
Contains building number and street name | |
POSTAL_CODE | VARCHAR2(12) | null | Postal code of the location of an office, warehouse, or production site
of a company. | |
CITY | VARCHAR2(30) | not null | A not null column that shows city where an office, warehouse, or
production site of a company is located. | |
STATE_PROVINCE | VARCHAR2(25) | null | State or Province where an office, warehouse, or production site of a
company is located. | |
COUNTRY_ID | CHAR(2) | null | Country where an office, warehouse, or production site of a company is
located. Foreign key to country_id column of the countries table. |
Primary Key
Primary Key | Columns |
LOC_ID_PK | LOCATION_ID |
Indexes
Index | Type | Columns |
LOC_STATE_PROVINCE_IX | STATE_PROVINCE | |
LOC_COUNTRY_IX | COUNTRY_ID | |
LOC_CITY_IX | CITY |
Check Constraints
Check Constraint | Expression | Description |
LOC_CITY_NN | "CITY" IS NOT NULL |
Foreign Keys
Relation | Column | Referenced Column |
HR.COUNTRIES | COUNTRY_ID | COUNTRY_ID |
Detail Tables
Detail Table | Column | Referencing Column |
HR.DEPARTMENTS | LOCATION_ID | LOCATION_ID |
OE.WAREHOUSES | LOCATION_ID | LOCATION_ID |