SQL
Structured Query Language
The standardized relational database language for defining database objects and manipulating data.
In laymans terms: the language that people and programs use to communitacte with a database.
Example:
to select all the items for a data column called "information" the
SQL stament might look like:
SELECT * FROM information