Stuctured Query Language

Structured Query Language, also known as SQL, is an industry-standard language for creating, updating, and querying relational database management systems (RDBMS).

There are three basic components for SQL:

SQL Standard Revisions

SQL2003

SQL2003 is the fifth (latest) revision of the SQL database query language that includes XML-related features, window functions, standardized sequences and columns with auto-generated values (including identity-columns). The following includes the sections of the ISO Information technology on Database languages that comprise the SQL:2003 standard.

Examples

SQL Syntax

CategoryGlossary