for the processing of a query we use an example to illustrate the
changes made to these data structures in every stage.
-
-
-
-
A Simple Select
-
- This example contains the following simple query that will be used in
- various descriptions and figures throughout the following
- sections. The query assumes that the tables given in
- The Supplier Database
-
- have already been defined.
+ This example contains the following simple query that will be used in
+ various descriptions and figures throughout the following
+ sections. The query assumes that the tables given in
+ The Supplier Database
+
+ have already been defined.
+
+
+
A Simple Select
select s.sname, se.pno
from supplier s, sells se
where s.sno > 2 and s.sno = se.sno;
- para>
- example>
+ example>
+ para>
Figure \ref{parsetree} shows the parse tree built by the