Structured Query Language

<language, database, standard> /see'qu*l/ (SQL) A language which provides a user interface to relational database management systems, developed by IBM in the 1970s for use in System R. SQL is the de facto standard, as well as being an ISO and ANSI standard. It is often embedded in other 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.

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].

(11 Mar 1996)