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 ▸

Compress the following bit pattern using RLE (Run Length Encoding). 1111 0011 1100 0000


What is stepwise refinement in top down programming?


Within the systems life cycle, describe what events might take place in the Analysis stage.


What is an operating system.