Jump to content

SQL:2006

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2003:44:ce7c:a100:cdc3:2c9b:3db9:6fd9 (talk) at 13:40, 22 April 2014 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SQL:2006 or ISO/IEC 9075:2006 standard is the fifth revision of the ISO standard for the SQL database query language.

The main changes from SQL:2003 were in the Part 14 of the standard.

Part 14

ISO/IEC 9075-14:2006 defines ways in which SQL can be used in conjunction with XML. It defines ways of importing and storing XML data in an SQL database, manipulating it within the database and publishing both XML and conventional SQL-data in XML form. In addition, it enables applications to integrate into their SQL code the use of XQuery, the XML Query Language published by the World Wide Web Consortium (W3C), to concurrently access ordinary SQL-data and XML documents.

See also