Re: Textbooks on SQL compilation

"Kurt Svensson" <edi-c@algonet.se>
2 Apr 1997 15:57:52 -0500

          From comp.compilers

Related articles
Textbooks on SQL compilation kwatkins@odi.com (Kevin Watkins) (1997-03-27)
Re: Textbooks on SQL compilation Torsten.Grust@uni-konstanz.de (Torsten Grust) (1997-03-31)
Re: Textbooks on SQL compilation root@candle.pha.pa.us (1997-03-31)
Re: Textbooks on SQL compilation edi-c@algonet.se (Kurt Svensson) (1997-04-02)
Re: Textbooks on SQL compilation creedy@mitretek.org (1997-04-03)
Re: Textbooks on SQL compilation derek@knosof.co.uk (1997-04-06)
| List of all articles for this month |

From: "Kurt Svensson" <edi-c@algonet.se>
Newsgroups: comp.databases.theory,comp.compilers
Date: 2 Apr 1997 15:57:52 -0500
Organization: AlgoNet Public Access Node, Stockholm
References: 97-03-161
Keywords: SQL, parse

Kevin Watkins <kwatkins@odi.com> wrote:
> Does anyone know of any text books dealing with the parsing/processing
> of SQL? I'm thinking of something like the book by Holub on compiler
> design, but targeted at SQL rather than a programming language like C.


Kevin


In the book "Understanding the new SQL, Melton & Simon,
Morgan-Kaufman, 1993" there is a complete BNF grammar of SQL/92 (the
proposed new SQL language). The book also describes what each
statement and clause is supposed to do.


Regards
Kurt
[Parsing it is easy enough, it's what to do once you've parsed it that's
hard. -John]


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.