EXAMPLE QUERY 2 RESULTS

1. XML Representation:

<ITEM>

<BOOK>

<ISBN>15532155</ISBN>

<TITLE>Introduction to Internet</TITLE>

<PRICE>22.50</PRICE>

<AUTHOR>

<FIRSTNAME>Steve</FIRSTNAME>

<LASTNAME>Andrews</LASTNAME>

</AUTHOR>

</BOOK>

</ITEM>

2. Graphical Representation:

item:

book:

isbn: 15532155

title: Introduction to Internet

price: 22.50

author:

firstname: Steve

lastname: Andrews