What is SQL? I know it's a 'query' language, but what does that mean?

As you said, SQL is a query language that is used for databases. A 'query' language when referring to databases means that it is the language used to get information out of the database. 
Databases can be very complicated and made up of many tables. SQL is used to get this information out, by using such functions like SELECT, FROM, WHERE, AND, etc.

LG

Related Computing GCSE answers

All answers ▸

Explain lossless compression.


Explain what is meant by "volatile" and "non-volatility" memory, their uses, and the difference between them


What are 'pointers'?


How do I put 10101011 from binary into decimal?