23.10.2012 Views

Structured Query Language (SQL) - Cultural View of Technology

Structured Query Language (SQL) - Cultural View of Technology

Structured Query Language (SQL) - Cultural View of Technology

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>SQL</strong> 8<br />

• It is also possible to misconstruct a WHERE on an update or delete, thereby affecting more rows in a table than<br />

desired. (A work-around is to use transactions or habitually type in the WHERE clause first, then fill in the rest<br />

later.)<br />

• The grammar <strong>of</strong> <strong>SQL</strong> is perhaps unnecessarily complex, borrowing a COBOL-like keyword approach, when a<br />

function-influenced syntax could result in more re-use <strong>of</strong> fewer grammar and syntax rules.<br />

Cross-vendor portability<br />

Popular implementations <strong>of</strong> <strong>SQL</strong> commonly omit support for basic features <strong>of</strong> Standard <strong>SQL</strong>, such as the DATE or<br />

TIME data types. As a result, <strong>SQL</strong> code can rarely be ported between database systems without modifications.<br />

There are several reasons for this lack <strong>of</strong> portability between database systems:<br />

• The complexity and size <strong>of</strong> the <strong>SQL</strong> standard means that most implementors do not support the entire standard.<br />

• The standard does not specify database behavior in several important areas (e.g., indexes, file storage...), leaving<br />

implementations to decide how to behave.<br />

• The <strong>SQL</strong> standard precisely specifies the syntax that a conforming database system must implement. However,<br />

the standard's specification <strong>of</strong> the semantics <strong>of</strong> language constructs is less well-defined, leading to ambiguity.<br />

• Many database vendors have large existing customer bases; where the <strong>SQL</strong> standard conflicts with the prior<br />

behavior <strong>of</strong> the vendor's database, the vendor may be unwilling to break backward compatibility.<br />

• S<strong>of</strong>tware vendors <strong>of</strong>ten desire to create incompatibilities with other products, as it provides a strong incentive for<br />

their existing users to remain loyal (see vendor lock-in).<br />

Standardization<br />

<strong>SQL</strong> was adopted as a standard by the American National Standards Institute (ANSI) in 1986 as <strong>SQL</strong>-86 [19] and<br />

International Organization for Standardization (ISO) in 1987. The original <strong>SQL</strong> standard declared that the <strong>of</strong>ficial<br />

pronunciation for <strong>SQL</strong> is "es queue el". [2] Many English-speaking database pr<strong>of</strong>essionals still use the nonstandard [20]<br />

pronunciation /ˈsiːkwəl/ (like the word "sequel").<br />

Until 1996, the National Institute <strong>of</strong> Standards and <strong>Technology</strong> (NIST) data management standards program certified<br />

<strong>SQL</strong> DBMS compliance with the <strong>SQL</strong> standard. Vendors now self-certify the compliance <strong>of</strong> their products. [21]<br />

The <strong>SQL</strong> standard has gone through a number <strong>of</strong> revisions, as shown below:<br />

Year Name Alias Comments<br />

1986 <strong>SQL</strong>-86 <strong>SQL</strong>-87 First formalized by ANSI.<br />

1989 <strong>SQL</strong>-89 FIPS<br />

127-1<br />

1992 <strong>SQL</strong>-92 <strong>SQL</strong>2,<br />

FIPS<br />

127-2<br />

Minor revision, adopted as FIPS 127-1.<br />

Major revision (ISO 9075), Entry Level <strong>SQL</strong>-92 adopted as FIPS 127-2.<br />

1999 <strong>SQL</strong>:1999 <strong>SQL</strong>3 Added regular expression matching, recursive queries, triggers, support for procedural and control-<strong>of</strong>-flow<br />

statements, non-scalar types, and some object-oriented features.<br />

2003 <strong>SQL</strong>:2003 Introduced XML-related features, window functions, standardized sequences, and columns with auto-generated<br />

values (including identity-columns).<br />

2006 <strong>SQL</strong>:2006 ISO/IEC 9075-14:2006 defines ways in which <strong>SQL</strong> can be used in conjunction with XML. It defines ways <strong>of</strong><br />

importing and storing XML data in an <strong>SQL</strong> database, manipulating it within the database and publishing both XML<br />

and conventional <strong>SQL</strong>-data in XML form. In addition, it enables applications to integrate into their <strong>SQL</strong> code the<br />

use <strong>of</strong> X<strong>Query</strong>, the XML <strong>Query</strong> <strong>Language</strong> published by the World Wide Web Consortium (W3C), to concurrently<br />

access ordinary <strong>SQL</strong>-data and XML documents.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!