SQL#Queries
{{Short description|Relational database programming language}}
{{use dmy dates|date=December 2024}}
{{Use American English|date=March 2025}}
{{About|the database language}}
{{redirect|SEQUEL|the topic of the word|sequel|other uses|Sequel (disambiguation)}}
{{infobox programming language
| name = SQL (Structured Query Language)
| paradigm = Declarative
| family = Query language
| released = {{Start date and age|1973|df=yes}}
| designer = Donald D. Chamberlin
Raymond F. Boyce
| developer = ISO/IEC JTC 1 (Joint Technical Committee 1) / SC 32 (Subcommittee 32) / WG 3 (Working Group 3)
| implementations = Many
| dialects = {{flatlist|
}}
| influenced = CQL, LINQ, SPARQL, SOQL, PowerShell, JPQL, jOOQ, N1QL, GQL
| website = {{URL|https://www.iso.org/standard/76583.html}}
| latest_release_version = SQL:2023
| latest_release_date = {{Start date and age|2023|06|df=yes}}
| influenced_by = Datalog
| operating_system = Cross-platform
| fileformat =
| wikibooks = Structured Query Language
}}
{{Infobox file format
| name = SQL (file format)
| icon =
| extension = .sql
| uniform type =
| released = {{Start date and age|1986|df=yes}}
| latest release version =
| latest release date =
| genre = Database
| standard = ISO/IEC 9075
| open = Yes
| url = {{URL|https://www.iso.org/standard/76583.html}}
}}
Structured Query Language (SQL) (pronounced {{IPAc-en|ˌ|ɛ|s|ˌ|k|j|u|ˈ|ɛ|l}} S-Q-L; or alternatively as {{IPAc-en|ˈ|s|iː|k|w|ə|l}} "sequel")
{{cite journal |url=https://conservancy.umn.edu/handle/11299/107215 |last1=Chamberlin |first1=Donald D. |first2=Philip L. |last2=Frana |website=University Digital Conservancy |title=Oral history interview with Donald D. Chamberlin |date=3 October 2001 |hdl=11299/107215 |access-date=14 January 2020 |quote=We changed the original name "SEQUEL" to SQL because we got a letter from somebody's lawyer that said the name "SEQUEL" belonged to them. We shortened it to SQL, for Structured Query Language, and the product was known as SQL/DS. |archive-date=24 February 2020 |archive-url=https://web.archive.org/web/20200224145836/https://conservancy.umn.edu/handle/11299/107215 |url-status=live }} is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). It is particularly useful in handling structured data, i.e., data incorporating relations among entities and variables.
Introduced in the 1970s, SQL offered two main advantages over older read–write APIs such as ISAM or VSAM. Firstly, it introduced the concept of accessing many records with one single command. Secondly, it eliminates the need to specify how to reach a record, i.e., with or without an index.
Originally based upon relational algebra and tuple relational calculus, SQL consists of many types of statements,SQL-92, 4.22 SQL-statements, 4.22.1 Classes of SQL-statements "There are at least five ways of classifying SQL-statements:", 4.22.2, SQL statements classified by function "The following are the main classes of SQL-statements:"; SQL:2003 4.11 SQL-statements, and later revisions. which may be informally classed as sublanguages, commonly: Data query Language (DQL), Data Definition Language (DDL), Data Control Language (DCL), and Data Manipulation Language (DML).{{cite book
|title=Structured Query Language By Example - Volume I: Data Query Language
|first=Mark
|last=Chatham
|url=https://books.google.com/books?id=64MBBAAAQBAJ&pg=PA8
|year=2012
|isbn=9781291199512
|page=8
|publisher=Lulu.com
}}
The scope of SQL includes data query, data manipulation (insert, update, and delete), data definition (schema creation and modification), and data access control. Although SQL is essentially a declarative language (4GL), it also includes procedural elements.
SQL was one of the first commercial languages to use Edgar F. Codd's relational model. The model was described in his influential 1970 paper, "A Relational Model of Data for Large Shared Data Banks". Despite not entirely adhering to the relational model as described by Codd, SQL became the most widely used database language.
SQL became a standard of the American National Standards Institute (ANSI) in 1986 and of the International Organization for Standardization (ISO) in 1987. Since then, the standard has been revised multiple times to include a larger set of features and incorporate common extensions. Despite the existence of standards, virtually no implementations in existence adhere to it fully, and most SQL code requires at least some changes before being ported to different database systems.
{{toclimit|3}}
History
SQL was initially developed at IBM by Donald D. Chamberlin and Raymond F. Boyce after learning about the relational model from Edgar F. Codd in the early 1970s. This version, initially called SEQUEL (Structured English Query Language), was designed to manipulate and retrieve data stored in IBM's original quasirelational database management system, System R, which a group at IBM San Jose Research Laboratory had developed during the 1970s.
Chamberlin and Boyce's first attempt at a relational database language was SQUARE (Specifying Queries in A Relational Environment), but it was difficult to use due to subscript/superscript notation. After moving to the San Jose Research Laboratory in 1973, they began work on a sequel to SQUARE. The original name SEQUEL, which is widely regarded as a pun on QUEL, the query language of Ingres,{{Cite web |last=Starkey |first=Jim |title=Dynamic SQL, Plumbing, and the Internal API |url=https://www.ibphoenix.com/resources/documents/design/doc_123 |access-date=19 January 2023 |website=www.ibphoenix.com |archive-date=19 January 2023 |archive-url=https://web.archive.org/web/20230119035452/https://www.ibphoenix.com/resources/documents/design/doc_123 |url-status=live }} was later changed to SQL (dropping the vowels) because "SEQUEL" was a trademark of the UK-based Hawker Siddeley Dynamics Engineering Limited company. The label SQL later became the acronym for Structured Query Language.{{Cite web |last=Yasar |first=Kinza |last2=Loshin |first2=Peter |last3=Sirkin |first3=Jessica |title=What is Structured Query Language (SQL)? {{!}} Definition from TechTarget |url=https://www.techtarget.com/searchdatamanagement/definition/SQL |url-status=live |archive-url=https://web.archive.org/web/20250310030105/https://www.techtarget.com/searchdatamanagement/definition/SQL |archive-date=10 March 2025 |access-date=25 March 2025 |website=Search Data Management |publisher=Informa TechTarget}}
After testing SQL at customer test sites to determine the usefulness and practicality of the system, IBM began developing commercial products based on their System R prototype, including System/38, SQL/DS, and IBM Db2, which were commercially available in 1979, 1981, and 1983, respectively.
In the late 1970s, Relational Software, Inc. (now Oracle Corporation) saw the potential of the concepts described by Codd, Chamberlin, and Boyce, and developed their own SQL-based RDBMS with aspirations of selling it to the U.S. Navy, Central Intelligence Agency, and other U.S. government agencies. In June 1979, Relational Software introduced one of the first commercially available implementations of SQL, Oracle V2 (Version2) for VAX computers.
By 1986, ANSI and ISO standard groups officially adopted the standard "Database Language SQL" language definition. New versions of the standard were published in 1989, 1992, 1996, 1999, 2003, 2006, 2008, 2011,{{cite journal|last1=Chamberlin|first1=Donald|title=Early History of SQL|journal=IEEE Annals of the History of Computing|date=2012|volume=34|issue=4|pages=78–82|doi=10.1109/MAHC.2012.61|s2cid=1322572}} 2016 and most recently, 2023.{{cite web |title=ISO - ISO/IEC JTC 1/SC 32 - Data management and interchange |url=https://www.iso.org/committee/45342/x/catalogue/p/1/u/0/w/0/d/0 |website=www.iso.org |access-date=2 January 2021 |archive-date=16 March 2017 |archive-url=https://web.archive.org/web/20170316024321/https://www.iso.org/committee/45342/x/catalogue/p/1/u/0/w/0/d/0 |url-status=live }}
Interoperability and standardization
{{SQL language revisions}}
=Overview=
SQL implementations are incompatible between vendors and do not necessarily completely follow standards. In particular, date and time syntax, string concatenation, NULL
s, and comparison case sensitivity vary from vendor to vendor. PostgreSQL and Mimer SQL strive for standards compliance, though PostgreSQL does not adhere to the standard in all cases. For example, the folding of unquoted names to lower case in PostgreSQL is incompatible with the SQL standard,{{cite web|url=https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS|title=4.1. Lexical Structure|date=2018|website=PostgreSQL documentation|access-date=11 December 2018|archive-date=5 October 2018|archive-url=https://web.archive.org/web/20181005190818/https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS|url-status=live}} which says that unquoted names should be folded to upper case.{{cite web|url=http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt|title=(Second Informal Review Draft) ISO/IEC 9075:1992, Database Language SQL, Section 5.2, syntax rule 11|date=30 July 1992|access-date=8 October 2009|archive-date=21 June 2006|archive-url=https://web.archive.org/web/20060621035823/http://www.contrib.andrew.cmu.edu/%7Eshadow/sql/sql1992.txt|url-status=live}} Thus, according to the standard, Foo
should be equivalent to FOO
, not foo
.
Popular implementations of SQL commonly omit support for basic features of Standard SQL, such as the DATE
or TIME
data types. The most obvious such examples, and incidentally the most popular commercial and proprietary SQL DBMSs, are Oracle (whose DATE
behaves as DATETIME
, and lacks a TIME
type) and MS SQL Server (before the 2008 version). As a result, SQL code can rarely be ported between database systems without modifications.
=Reasons for incompatibility=
Several reasons for the lack of portability between database systems include:
- The complexity and size of the SQL standard means that most implementers do not support the entire standard.
- The SQL standard does not specify the database behavior in some important areas (e.g., indices, file storage), leaving implementations to decide how to behave.
- The SQL standard defers some decisions to individual implementations, such as how to name a results column that was not named explicitly.{{cite book |last1=Date |first1=Chris J. |title=Relational Theory for Computer Professionals: What Relational Databases are Really All About |date=2013 |publisher=O'Reilly Media |location=Sebastopol, Calif |isbn=978-1-449-36943-9 |edition=1.}}{{rp|207}}
- The SQL standard precisely specifies the syntax that a conforming database system must implement. However, the standard's specification of the semantics of language constructs is less well-defined, leading to ambiguity.
- Many database vendors have large existing customer bases; where the newer version of the SQL standard conflicts with the prior behavior of the vendor's database, the vendor may be unwilling to break backward compatibility.
- Little commercial incentive exists for vendors to make changing database suppliers easier (see vendor lock-in).
- Users evaluating database software tend to place other factors such as performance higher in their priorities than standards conformance.
=Standardization history=
SQL was adopted as a standard by the ANSI in 1986 as SQL-86 and the ISO in 1987. It is maintained by ISO/IEC JTC 1, Information technology, Subcommittee SC 32, Data management and interchange.
Until 1996, the National Institute of Standards and Technology (NIST) data-management standards program certified SQL DBMS compliance with the SQL standard. Vendors now self-certify the compliance of their products.
The original standard declared that the official pronunciation for "SQL" was an initialism: {{IPAc-en|ˌ|ɛ|s|ˌ|k|juː|ˈ|ɛ|l}} ("ess cue el"). Regardless, many English-speaking database professionals (including Donald Chamberlin himself) use the acronym-like pronunciation of {{IPAc-en|ˈ|s|iː|k|w|əl}} ("sequel"), mirroring the language's prerelease development name, "SEQUEL".
The SQL standard has gone through a number of revisions:
class="wikitable" style="margin-left: 1.5em;"
|+Timeline of SQL language |
Year
! Official standard ! Informal ! Comments |
---|
1986 1987 | ANSI X3.135:1986 | SQL-86 | First formalized by ANSI, adopted as FIPS PUB 127 |
1989
| ANSI X3.135-1989 | SQL-89 | Minor revision that added integrity constraints, adopted as FIPS PUB 127-1 |
1992
| | ANSI X3.135-1992 | SQL-92 | Major revision (ISO 9075), Entry Level SQL-92, adopted as FIPS PUB 127-2 |
1999
| ISO/IEC 9075:1999 | SQL:1999 | Added regular expression matching, recursive queries (e.g., transitive closure), triggers, support for procedural and control-of-flow statements, nonscalar types (arrays), and some object-oriented features (e.g., structured types), support for embedding SQL in Java (SQL/OLB) and vice versa (SQL/JRT) |
2003
| ISO/IEC 9075:2003 | SQL:2003 | Introduced XML-related features (SQL/XML), window functions, standardized sequences, and columns with autogenerated values (including identity columns) |
2006
| {{nowrap|ISO/IEC 9075-14:2006}} | SQL:2006 | Adds Part 14, defines ways that SQL can be used 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 lets applications integrate queries into their SQL code with XQuery, the XML Query Language published by the World Wide Web Consortium (W3C), to concurrently access ordinary SQL-data and XML documents. |
2008
| ISO/IEC 9075:2008 | SQL:2008 | Legalizes ORDER BY outside cursor definitions. Adds INSTEAD OF triggers, TRUNCATE statement, FETCH clause |
2011
| ISO/IEC 9075:2011 | SQL:2011 | Adds temporal data (PERIOD FOR) (more information at Temporal database#History). Enhancements for window functions and FETCH clause. |
2016
| ISO/IEC 9075:2016 | SQL:2016 | Adds row pattern matching, polymorphic table functions, operations on JSON data stored in character string fields |
2019
| ISO/IEC 9075-15:2019 | SQL:2019 | Adds Part 15, multidimensional arrays (MDarray type and operators) |
2023
| ISO/IEC 9075:2023 | SQL:2023 | Adds data type JSON (SQL/Foundation); Adds Part 16, Property Graph Queries (SQL/PGQ) |
=Current standard=
The standard is commonly denoted by the pattern: ISO/IEC 9075-n:yyyy Part n: title, or, as a shortcut, ISO/IEC 9075. Interested parties may purchase the standards documents from ISO,{{cite web | url = https://www.iso.org/search.html | title = ISO/IEC 9075 | access-date = 9 August 2022 | archive-date = 12 August 2022 | archive-url = https://web.archive.org/web/20220812025804/https://www.iso.org/search.html | url-status = live }} IEC, or ANSI. Some old drafts are freely available.
ISO/IEC 9075 is complemented by ISO/IEC 13249: SQL Multimedia and Application Packages and some Technical reports.
Syntax
{{Main|SQL syntax}}
{{Image frame|content=
\underbrace{\left. \begin{array}{rl} \textstyle\mathtt{UPDATE~clause\mathtt{:}} & \{ \mathtt{UPDATE\ \overbrace{\mathtt{countries}}^\mathtt{table}} \} \\
\textstyle\mathtt{SET~clause:} & \{ {\mathtt{SET\ \overbrace{\mathtt{population}}^\mathtt{column} =~} \overbrace{\mathtt{{population} + \underbrace{\mathtt{1}}_\mathtt{literal}}}^\mathtt{expression}} \} \\
\textstyle\mathtt{WHERE~clause:} & \{ {\mathtt{WHERE\ \underbrace{\overbrace{\mathtt{name}}^\mathtt{column} \mathtt{=} \overbrace{{\overbrace{\mathtt{'USA'}}^\mathtt{literal}}}^\mathtt{expression}}_\mathtt{predicate}}\}{\texttt{;}}}
\end{array}
\right \}{\textstyle\texttt{statement}}}_{\textstyle\mathtt{SQL~query}}
|width=500|caption=A chart showing several of the SQL language elements comprising a single statement}}
The SQL language is subdivided into several language elements, including:
- Clauses, which are constituent components of statements and queries. (In some cases, these are optional.)
- Expressions, which can produce either scalar values, or tables consisting of columns and rows of data
- Predicates, which specify conditions that can be evaluated to SQL three-valued logic (3VL) (true/false/unknown) or Boolean truth values and are used to limit the effects of statements and queries, or to change program flow.
- Queries, which retrieve the data based on specific criteria. This is an important element of SQL.
- Statements, which may have a persistent effect on schemata and data, or may control transactions, program flow, connections, sessions, or diagnostics.
- SQL statements also include the semicolon (";") statement terminator. Though not required on every platform, it is defined as a standard part of the SQL grammar.
- Insignificant whitespace is generally ignored in SQL statements and queries, making it easier to format SQL code for readability.
Procedural extensions
SQL is designed for a specific purpose: to query data contained in a relational database. SQL is a set-based, declarative programming language, not an imperative programming language like C or BASIC. However, extensions to Standard SQL add procedural programming language functionality, such as control-of-flow constructs.
In addition to the standard SQL/PSM extensions and proprietary SQL extensions, procedural and object-oriented programmability is available on many SQL platforms via DBMS integration with other languages. The SQL standard defines SQL/JRT extensions (SQL Routines and Types for the Java Programming Language) to support Java code in SQL databases. Microsoft SQL Server 2005 uses the SQLCLR (SQL Server Common Language Runtime) to host managed .NET assemblies in the database, while prior versions of SQL Server were restricted to unmanaged extended stored procedures primarily written in C. PostgreSQL lets users write functions in a wide variety of languages—including Perl, Python, Tcl, JavaScript (PL/V8) and C.
Alternatives
A distinction should be made between alternatives to SQL as a language, and alternatives to the relational model itself. Below are proposed relational alternatives to the SQL language. See navigational database and NoSQL for alternatives to the relational model.
{{Div col}}
- .QL: object-oriented Datalog
- 4D Query Language (4D QL)
- Datalog: critics suggest that Datalog has two advantages over SQL: it has cleaner semantics, which facilitates program understanding and maintenance, and it is more expressive, in particular for recursive queries.
- HTSQL: URL based query method
- IBM Business System 12 (IBM BS12): one of the first fully relational database management systems, introduced in 1982
- ISBL
- jOOQ: SQL implemented in Java as an internal domain-specific language
- Java Persistence Query Language (JPQL): The query language used by the Java Persistence API and Hibernate persistence library
- JavaScript: MongoDB implements its query language in a JavaScript API.
- LINQ: Runs SQL statements written like language constructs to query collections directly from inside .Net code
- Object Query Language
- QBE (Query By Example) created by Moshè Zloof, IBM 1977
- QUEL introduced in 1974 by the U.C. Berkeley Ingres project, closer to tuple relational calculus than SQL
- XQuery
{{Div col end}}
Distributed SQL processing
Distributed Relational Database Architecture (DRDA) was designed by a workgroup within IBM from 1988 to 1994. DRDA enables network-connected relational databases to cooperate to fulfill SQL requests.{{cite journal|last1=Reinsch, R.|title=Distributed database for SAA|journal=IBM Systems Journal|date=1988|volume=27|issue=3|pages=362–389|doi=10.1147/sj.273.0362}}{{cite book|title=Distributed Relational Database Architecture Reference|date=1990|publisher=IBM Corp. SC26-4651-0}}
An interactive user or program can issue SQL statements to a local RDB and receive tables of data and status indicators in reply from remote RDBs. SQL statements can also be compiled and stored in remote RDBs as packages and then invoked by package name. This is important for the efficient operation of application programs that issue complex, high-frequency queries. It is especially important when the tables to be accessed are located in remote systems.
The messages, protocols, and structural components of DRDA are defined by the Distributed Data Management Architecture. Distributed SQL processing ala DRDA is distinctive from contemporary distributed SQL databases.
Criticisms
=Design=
SQL deviates in several ways from its theoretical foundation, the relational model and its tuple calculus. In that model, a table is a set of tuples, while in SQL, tables and query results are lists of rows; the same row may occur multiple times, and the order of rows can be employed in queries (e.g., in the LIMIT clause).
Critics argue that SQL should be replaced with a language that returns strictly to the original foundation: for example, see The Third Manifesto by Hugh Darwen and C.J. Date (2006, {{ISBN|0-321-39942-0}}).
=Orthogonality and completeness=
Early specifications did not support major features, such as primary keys. Result sets could not be named, and subqueries had not been defined. These were added in 1992.
The lack of sum types has been described as a roadblock to full use of SQL's user-defined types. JSON support, for example, needed to be added by a new standard in 2016.{{cite web |last1=Brandon |first1=Jamie |title=Against SQL |url=https://scattered-thoughts.net/writing/against-sql/ |access-date=2 August 2021 |language=en |date=July 2021}}
=Null=
The concept of Null is the subject of some debate. The Null marker indicates the absence of a value, and is distinct from a value of 0 for an integer column or an empty string for a text column. The concept of Nulls enforces the 3-valued-logic in SQL, which is a concrete implementation of the general 3-valued logic.
=Duplicates=
Another popular criticism is that it allows duplicate rows, making integration with languages such as Python, whose data types might make accurately representing the data difficult, in terms of parsing and by the absence of modularity. This is usually avoided by declaring a primary key, or a unique constraint, with one or more columns that uniquely identify a row in the table.
=Impedance mismatch=
In a sense similar to object–relational impedance mismatch, a mismatch occurs between the declarative SQL language and the procedural languages in which SQL is typically embedded.{{Citation needed|date=February 2024}}
SQL data types
The SQL standard defines three kinds of data types (chapter 4.1.1 of SQL/Foundation):
- predefined data types
- constructed types
- user-defined types.
Constructed types are one of ARRAY, MULTISET, REF(erence), or ROW. User-defined types are comparable to classes in object-oriented language with their own constructors, observers, mutators, methods, inheritance, overloading, overwriting, interfaces, and so on. Predefined data types are intrinsically supported by the implementation.
=Predefined data types=
- Character types
- Character (CHAR)
- Character varying (VARCHAR)
- Character large object (CLOB)
- National character types
- National character (NCHAR)
- National character varying (NCHAR VARYING)
- National character large object (NCLOB)
- Binary types
- Binary (BINARY)
- Binary varying (VARBINARY)
- Binary large object (BLOB)
- Numeric types
- Exact numeric types (NUMERIC, DECIMAL, SMALLINT, INTEGER, BIGINT)
- Approximate numeric types (FLOAT, REAL, DOUBLE PRECISION)
- Decimal floating-point type (DECFLOAT)
- Datetime types (DATE, TIME, TIMESTAMP)
- Interval type (INTERVAL)
- Boolean
- XML (see SQL/XML){{Cite web |last= |date=November 2003 |title=SQL 2003 Standard Support in Oracle Database 10g |url=https://www.oracle.com/technetwork/database/sql-2003-twp-129141.pdf |access-date=27 March 2024 |website=Oracle |publisher=Oracle Corporation |language=en-us |archive-date=27 March 2024 |archive-url=https://web.archive.org/web/20240327155056/https://www.oracle.com/technetwork/database/sql-2003-twp-129141.pdf |url-status=live }} XML supported was added in ANSI SQL 2003, part 14.
- JSON
See also
{{div col|colwidth=20em}}
- Object database
- List of relational database management systems
- Comparison of relational database management systems
- Comparison of object–relational database management systems
- Query by Example
- SQL reserved words
- SQL syntax
- Oracle PL/SQL
- Microsoft Transact-SQL (T-SQL)
- Online transaction processing (OLTP)
- Online analytical processing (OLAP)
- Data warehouse
- Relational data stream management system
- NoSQL
- MUMPS
- Hierarchical database model
- Star schema
- Snowflake schema
{{div col end}}
Notes
{{notelist}}
References
{{Reflist|30em|refs=
{{cite web | url = https://www.iana.org/assignments/media-types/application/sql | title = Media Type registration for application/sql | publisher = Internet Assigned Numbers Authority | date = 10 April 2013 | access-date = 10 April 2013 | archive-date = 7 May 2013 | archive-url = https://web.archive.org/web/20130507140101/http://www.iana.org/assignments/media-types/application/sql | url-status = live }}
{{cite web | url = http://tools.ietf.org/html/rfc6922 | title = The application/sql Media Type, RFC 6922 | page = 3 | publisher = Internet Engineering Task Force | date = April 2013 | doi = 10.17487/RFC6922 | access-date = 10 April 2013 | last1 = Shafranovich | first1 = Y. | archive-date = 13 October 2014 | archive-url = https://web.archive.org/web/20141013172428/http://tools.ietf.org/html/rfc6922 | url-status = live }}
{{cite book | last = Oppel | first = Andy | title = Databases Demystified | publisher = McGraw-Hill Osborne Media | date = 27 February 2004 | location = San Francisco, CA | pages = 90–1 | url = http://www.mhprofessional.com/product.php?cat=112&isbn=0071469605 | isbn = 978-0-07-146960-9 | archive-date = 14 January 2012 | access-date = 12 May 2011 | archive-url = https://web.archive.org/web/20120114180544/http://www.mhprofessional.com/product.php?cat=112&isbn=0071469605 | url-status = live }}
}}
Sources
{{Refbegin}}
- {{cite journal|last = Codd|first = Edgar F|date = June 1970|title = A Relational Model of Data for Large Shared Data Banks|journal = Communications of the ACM|volume = 13|issue = 6|pages = 377–87|doi = 10.1145/362384.362685|s2cid = 207549016|doi-access = free}}
- Discussion on alleged SQL flaws (C2 wiki)
- C. J. Date with Hugh Darwen: A Guide to the SQL standard : a users guide to the standard database language SQL, 4th ed., Addison Wesley, USA 1997, {{ISBN|978-0-201-96426-4}}
{{Refend}}
External links
- [http://www.mcjones.org/System_R/SQL_Reunion_95/sqlr95.html 1995 SQL Reunion: People, Projects, and Politics, by Paul McJones (ed.)]: transcript of a reunion meeting devoted to the personal history of relational databases and SQL.
- [http://special.lib.umn.edu/findaid/xml/cbi00168.xml American National Standards Institute. X3H2 Records, 1978–1995] Charles Babbage Institute Collection documents the H2 committee's development of the NDL and SQL standards.
- [http://purl.umn.edu/107215 Oral history interview with Donald D. Chamberlin] Charles Babbage Institute In this oral history Chamberlin recounts his early life, his education at Harvey Mudd College and Stanford University, and his work on relational database technology. Chamberlin was a member of the System R research team and, with Raymond F. Boyce, developed the SQL database language. Chamberlin also briefly discusses his more recent research on XML query languages.
{{SQL}}
{{Navboxes|list=
{{Databases}}
{{Programming languages}}
{{Query languages}}
{{IBM}}
{{ISO standards}}
}}
{{Subject bar|portal1=Computer programming|commons=Category:Structured Query Language|v=SQL|b=Structured Query Language|d=y}}
{{Authority control}}
Category:Articles with example SQL code
Category:Data modeling languages
Category:Declarative programming languages
Category:Programming languages with an ISO standard
Category:Relational database management systems
Category:Data-centric programming languages
Category:Programming languages created in 1974