|
OE |
||||||||||||
|
|
|||||||||||||
| Description Columns Primary key Check constraints Foreign keys Unique keys Indexes Options Referenced by Triggers |
Description
Contains orders entered by a salesperson as well as over the Web.
Columns
| Primary key | Columns |
| ORDER_PK | ORDER_ID |
| Foreign key | Referenced table | Referenced constraint | Delete rule | Columns |
| ORDERS_CUSTOMER_ID_FK | CUSTOMERS | CUSTOMERS_PK | SET NULL | CUSTOMER_ID |
| Index | Type | Uniqueness | Columns |
| ORD_CUSTOMER_IX | NORMAL | NONUNIQUE | CUSTOMER_ID |
| ORDER_PK | NORMAL | UNIQUE | ORDER_ID |
| ORD_ORDER_DATE_IX | NORMAL | NONUNIQUE | ORDER_DATE |
| ORD_SALES_REP_IX | NORMAL | NONUNIQUE | SALES_REP_ID |
| Option | Setting |
| Clustered | N |
| Generated by Oracle | N |
| Index Organized | N |
| Logging | Y |
| Partitioned | N |
| Temporary | N |
| Nested | N |
| Referenced by | Constraint |
| ORDER_ITEMS | ORDER_ITEMS_ORDER_ID_FK |