4.5 OE Sample Schema Table Descriptions
Consider the tables of the OE
sample schema.
4.5.1 Table OE.CUSTOMERS
Table 4-12 OE.CUSTOMERS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4.5.2 Table OE.INVENTORIES
Table 4-13 OE.INVENTORIES Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
4.5.3 Table OE.ORDERS
Table 4-14 OE.ORDERS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4.5.4 Table OE.ORDER_ITEMS
Table 4-15 OE.ORDER_ITEMS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4.5.5 Table OE.PRODUCT_DESCRIPTIONS
Table 4-16 OE.PRODUCT_DESCRIPTIONS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
4.5.6 Table OE.PRODUCT_INFORMATION
Table 4-17 OE.PRODUCT_INFORMATION Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4.5.7 Table OE.WAREHOUSES
Table 4-18 OE.WAREHOUSES Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Column warehouse_spec
of table OE.warehouses
contains XMLType
data. This data is not based on any XML schema, which means that it can take any form. However, the actual data in column warehouse_spec
at the outset (before any changes you might have made to it) has a top-level element Warehouse
with the following child elements:
-
Building
, with text nodeOwned
orRented
-
Area
, with text node a number (representing, for example, square feet) -
Docks
, with text node the number of loading docks (for example, 1, 2, or 3) -
DockType
, with text node empty orRear Load
orSide Load
-
WaterAccess
, with text nodeY
orN
-
RailAccess
, with text nodeY
orN
-
Parking
, with text nodeStreet
orLot
-
VClearance
(vertical clearance), with text node a number followed by a linear unit (for example,11.5 ft
)
See Also:
Oracle XML DB Developer's Guide for examples using the XMLType
data in column warehouse_spec