Webdesign Glossary - SQL

SQL (Structured (English) Query Language) is a standard language used for the inserting, retrieving and general management of information on many popular database systems.

An example of a simple SQL query to fetch somebodys address from a database:

SELECT address FROM tableEmployees WHERE name = 'John Doe';




Back to the Web Glossary index
www.eagleowl.se      Phone: 026-16 13 61      E-mail: robert@eagleowl.se
All content ©2012 EagleOwl