I'm curious to know some more details about the various SQL standard's, i.e. SQL-92, SQL:99, SQL:2003, SQL:2008 etc. There is a short and useful overview on Wikipedia, with links to very expensive documents. Why are those documents not open to public? Can I find some open and free information?

Please, don't post links you found from Google. I'm interested in somewhat authoritative documentation only.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

The Postgresql Developer FAQ maintains links to each of them:

http://wiki.postgresql.org/wiki/Developer_FAQ#Where_can_I_get_a_copy_of_the_SQL_standards.3F

link|improve this answer
Sweet! That's exactly what I was looking for. I love those Postgres guys! – Lukas Eder May 14 '11 at 9:22
feedback

There are some hyperlinked versions of 92, 99 and 2003 here

However, I've never been able to use them effectively (read: I gave up).

This 92 text is useful (and is quoted here on SO several times)

link|improve this answer
Thanks. Those are useful, but also quite formal... ;-) – Lukas Eder May 14 '11 at 9:21
feedback

You don't have to pay for all of the standards. SQL-92 is freely available, for instance.

link|improve this answer
Thanks, that's very interesting. Do you know why the more advanced standards don't seem to be available for free? I'm really curious about the exact definition for window functions (from SQL:2003), for instance. – Lukas Eder May 14 '11 at 9:17
@Lukas: Unfortunately, many organizations still live in the previous millenium, charging money for something that cleary should be free (since freely available standards is beneficial to society). I don't have a clue why they charge such high amounts of money for making copies of ones of zeroes. – csl May 14 '11 at 9:24
@Lukas: By the way, check this out secure.wikimedia.org/wikipedia/en/wiki/… -- it says you can get drafts for free (with the caveat that they might be different from the final standards). I'd like to see an income report from ISO, because I refuse to believe they need the money from selling the standards docs. It should be fully subsidized by member countries. – csl May 14 '11 at 9:27
Who knows... These things may be precisely the reasons why the "RDBMS-community" has failed so far to bring up an RDBMS that actually implements the standard and only the standard, because proprietary "extensions" have always been better. But I'm quite happy with Denis' link to the Postgres site. Have you seen it? – Lukas Eder May 14 '11 at 9:39
@Lukas: Yes, that's a good resource there! – csl May 14 '11 at 9:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.