Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get/read SQL standard SQL:2011?

Tags:

I'm looking for specification of SQL:2011 (ISO/IEC 9075:2011). Where can I find it?

(I could find only the older one: SQL 92)

like image 941
Peter Butkovic Avatar asked Nov 21 '13 12:11

Peter Butkovic


2 Answers

Go to the ISO web site - you can search for 9075 and you'll get 13 hits for the 13 parts of the standard that can be ordered from their online store:

http://www.iso.org/iso/home/search.htm?qt=9075&sort=rel&type=simple&published=on

I don't know of any source where this standard would be available for free, unfortunately.

like image 139
marc_s Avatar answered Oct 12 '22 21:10

marc_s


It depends on what you want to do with it.

If you want to own it (read it as many times as you want, carry it from one place to another, etc.) then you have to buy it as @marc_s mentioned.

If you want to get familiar with what is written in it then try searching for libraries that has the document. Some libraries definitely has the document you need and will allow you to read it. If you cannot find any of such libraries then it is probably worth visiting the library of Lithuanian Standards Board (LST) in Lithuania:
https://translate.google.com/translate?hl=en&sl=lt&tl=en&u=http%3A%2F%2Fwww.lsd.lt%2Findex.php%3F-1525317889

like image 34
Paulius Avatar answered Oct 12 '22 20:10

Paulius