Consider the tables of the OE
sample schema.
Table 4-12 OE.CUSTOMERS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 4-13 OE.INVENTORIES Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
Table 4-14 OE.ORDERS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 4-15 OE.ORDER_ITEMS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Table 4-16 OE.PRODUCT_DESCRIPTIONS Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Table 4-17 OE.PRODUCT_INFORMATION Table Description
Column Name | Null? | Type |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 node Owned
or Rented
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 or Rear Load
or Side Load
WaterAccess
, with text node Y
or N
RailAccess
, with text node Y
or N
Parking
, with text node Street
or Lot
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