The (SQL) parser and pre-processor
The (SQL) Query parser
The
SQL query parser
consists of
2 parts
:
The
SQL language parser
Parses
an
SQL command
into a
parse tree
The
SQL pre-processor
Replaces
virtual tables
(views)
by the
corresponding
SQL query
used to obtain the
virtual tables
(views)
Graphically: