Jump to content

SQL:2008: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 3 interwiki links, now provided by Wikidata on d:q2063791
No edit summary
Line 31: Line 31:


==Claims of conformance==
==Claims of conformance==
The minimum level of conformance to SQL:2008 that a product can claim is called "Core SQL:2008" and is limited to definitions specified in two parts of the standard: the Foundation and the Information and Definition Schemas.<ref>[http://download.oracle.com/docs/cd/E14072_01/server.112/e10592/ap_standard_sql003.htm Oracle Compliance To Core SQL:2008] from [[Oracle Corporation]]</ref>
The minimum level of conformance to SQL:2008 that a product can claim is called "Core SQL:2008" and is limited to definitions specified in two parts of the standard: the Foundation and the Information and Definition Schemas.<ref>[http://docs.oracle.com/cd/E11882_01/server.112/e26088/ap_standard_sql.htm Oracle Compliance To Core SQL:2008] from [[Oracle Corporation]]</ref>


== See also ==
== See also ==

Revision as of 07:31, 7 October 2013

SQL:2008 is the sixth revision of the ISO and ANSI standard for the SQL database query language. It was formally adopted in July 2008.[1]

Summary

The SQL:2008 standard is split into several parts, covering the Framework, the Foundation, the Call-Level Interface, Persistent Stored Modules, Management of External Data, Object Language Bindings, Information and Definition Schemas, Routines and Types Using Java, and various "Related Specifications."

Additions to the Foundation include

The Related Specifications for XML defines ways in which SQL can be used in conjunction with XML, including 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.[2]

Documentation

The SQL standard is not freely available. The whole standard may be purchased from the ISO as ISO/IEC 9075(1-4,9-11,13,14):2008. The standard consists of the following parts:

Claims of conformance

The minimum level of conformance to SQL:2008 that a product can claim is called "Core SQL:2008" and is limited to definitions specified in two parts of the standard: the Foundation and the Information and Definition Schemas.[3]

See also

References

  1. ^ a b SQL:2008 now an approved ISO International Standard, a July 29th, 2008 blog post from a Sybase blog
  2. ^ International Organization for Standardization: "ISO/IEC 9075-14:2008"
  3. ^ Oracle Compliance To Core SQL:2008 from Oracle Corporation