๐Ÿ—„๏ธ Ask Questions About Data

SQL Playground

SQL is a language for asking questions about data โ€” like Google, but instead of searching the web, you search a database.

CS GCSE ยง1.5 CS A-Level Unit 4 DigiTech A-Level Unit 4

๐Ÿค” What is a database?

A database is an organised collection of data โ€” think of it like a spreadsheet with multiple tabs. Each tab is called a table, and each table has columns (types of information) and rows (individual records).

SQL (Structured Query Language โ€” pronounced "sequel") is how you ask the database questions.

๐Ÿ”ง Loading your database engine... (this runs entirely in your browser โ€” no data is sent anywhere)