Structured Query Language (SQL)

Structured Query Language, known commonly as SQL, sometimes pronounced 'sequel', is a database query language. It allows a user to extract, insert, update or delete desired information from a database.

SQL statements are:

  • SELECT
  • UPDATE
  • INSERT
  • DELETE

Last updated on 29 October 2008, at 01:24.