Structured Query Language (SQL)
A SQL Language is a database programming language designed for relational databases.
- Context:
- It can be used to express SQL Statements (SQL Data Access Statements, SQL Data Manipulation Statements, and SQL Defintion Statements).
- Example(s):
- Counter-Example(s):
- See: Query Language, DDL, DML.
References
2012
- http://en.wikipedia.org/wiki/SQL
- QUOTE: SQL sometimes referred to as Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS).
Originally based upon relational algebra and tuple relational calculus, its scope includes data insert, query, update and delete, schema creation and modification, and data access control.
SQL was one of the first commercial languages for Edgar F. Codd's relational model, as described in his influential 1970 paper, "A Relational Model of Data for Large Shared Data Banks".[1] Despite not adhering to the relational model as described by Codd, it became the most widely used database language.[2][3] Although SQL is often described as, and to a great extent is, a declarative language, it also includes procedural elements. SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standards (ISO) in 1987. Since then, the standard has been enhanced several times with added features. However, issues of SQL code portability between major RDBMS products still exist due to lack of full compliance with, or different interpretations of, the standard. Among the reasons mentioned are the large size and incomplete specification of the standard, as well as vendor lock-in.
- QUOTE: SQL sometimes referred to as Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS).
- ↑ Codd, Edgar F (June 1970). "A Relational Model of Data for Large Shared Data Banks". Communications of the ACM (Association for Computing Machinery) 13 (6): 377–87. doi:10.1145/362384.362685. http://www.acm.org/classics/nov95/toc.html. Retrieved 2007-06-09.
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedSQL-Fundamentals
- ↑ "Structured Query Language (SQL)". International Business Machines. October 27, 2006. http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=com.ibm.db2.udb.admin.doc/doc/c0004100.htm. Retrieved 2007-06-10.