SQL

(redirected from SQL language)
Also found in: Dictionary.

SQL

structured query language: a computer programming language used for database management
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005

SQL

(computer science)
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

SQL

(language, database, standard)
/S Q L/ An industry-standard language for creating, updating and, querying relational database management systems.

SQL was developed by IBM in the 1970s for use in System R. It is the de facto standard as well as being an ISO and ANSI standard. It is often embedded in general purpose programming languages.

The first SQL standard, in 1986, provided basic language constructs for defining and manipulating tables of data; a revision in 1989 added language extensions for referential integrity and generalised integrity constraints. Another revision in 1992 provided facilities for schema manipulation and data administration, as well as substantial enhancements for data definition and data manipulation.

Development is currently underway to enhance SQL into a computationally complete language for the definition and management of persistent, complex objects. This includes: generalisation and specialisation hierarchies, multiple inheritance, user defined data types, triggers and assertions, support for knowledge based systems, recursive query expressions, and additional data administration tools. It also includes the specification of abstract data types (ADTs), object identifiers, methods, inheritance, polymorphism, encapsulation, and all of the other facilities normally associated with object data management.

The emerging SQL3 standard is expected to be complete in 1998.

According to Allen G. Taylor, SQL does __not__ stand for "Structured Query Language". That, like "SEQUEL" (and its pronunciation /see'kw*l/), was just another unofficial name for a precursor of SQL. However, the IBM SQL Reference manual for DB2 and Craig Mullins's "DB2 Developer's Guide" say SQL __does__ stand for "Structured Query Language".

SQL Standards.

An SQL parser is described in "Lex & Yacc", by Levine, Mason & Brown published by O'Reilly.

The 1995 SQL Reunion: People, Projects, and Politics.

["A Guide to the SQL Standard", C.J. Date, A-W 1987].

["SQL for Dummies", Allen G. Taylor, IDG Books Worldwide].
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
References in periodicals archive ?
The model is based on a new operator, named MINE RULE, designed as an extension of the SQL language with a formal semantics for this operator.
for the category Definition, the term "SQL Language" can exist in the beginning of the sentence "SQL Language is defined as the ...", or in the middle of the sentence "X has defined the SQL Language as ...".
To do this without Access you would have to know what is meant by a view or, the more complex, SQL language. With Access you simply open both tables and draw a line between the common element salesperson number, click the mouse to select the column "sales person name," and key "Tom" or "Ross" or whatever.
"The discovery process itself utilizes an intuitive graphical interface to visualize information as well as an SQL language to learn data and detect insights about fraud in your company.
PostgreSQL use the SQL language (Structured Querry Language, the most prevalent standardized language for database interrogation).
LEARNING SQL ON SQL SERVER 2005 by Sikha Saha Bagui and Richard Walsh Earp (0596102151, 44ドル.99) provides an excellent introduction to the SQL language and applications.
PostgreSQL supports some features of the SQL language beyond what MYSQL supports, and offers features like transaction support that may make it a better choice for high-end applications.
SQLstream s-Server 3.0 queries log file, sensor and service data in real-time, joins and transforms data streams using only the standard SQL language, and shares results continuously to outputs such as Big Data storage platforms.

Full browser ?