Definition of SQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Definition of SQL

Post by Heavy »

Where can I find a database independent standard definition of SQL (the language)???
...something that I can download and study locally...
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

sql92, sql99, .... are ansi-standards. They sell their 'official' specs i.e. here http://webstore.ansi.org/ansidocstore/default.asp
But there are drafts that may be distributed for free (afaik)
i.e. ftp://postgresql.org/pub/doc/sql/
Post Reply