August 2011
Intermediate to advanced
416 pages
10h 14m
English
Figure 9-1 shows an Entity-Relationship (ER) map of a set of relational tables storing purchase orders.
The seven tables include ORDER_TBL, ORDER_ITEM_TBL, CUSTOMER_TBL, PRODUCT_TBL, SUPPLIER_TBL, ACCOUNT_MGR_TBL, and COUNTRY_TBL tables (po_create_tables.sql) to store customers, sales, and order information (data inserted with po_insert_data.sql). Let’s use these tables to learn how to create XML from relational tables.
SQL/XML functions can be used to create XML document. Table 9-1 lists the SQL/XML functions in Oracle Database 11g.
FIGURE 9-1. Purchase Order database Entity-Relationship ...
Read now
Unlock full access