Services Work Learn About Contact
0/9
Lesson 1 of 9

What is SQL?

SQL stands for Structured Query Language. It is the standard language for talking to databases. You use SQL to store, retrieve, update, and delete data.

A database contains tables. A table has rows (records) and columns (fields). Think of a table like a spreadsheet.

SQL
-- This is a SQL comment
-- Tables: users, products, orders
-- Columns: id, name, email, price, quantity
-- Rows: each individual record
🧠

Quick Quiz

Answer correctly to unlock the next lesson.

Support the mission

This learning platform is 100% free: no ads, no tracking, no paywalls. If it helped you learn something useful, you can support future lessons or donate to Doctors Without Borders, which provides emergency medical care in crisis zones worldwide.

🎉

You completed SQL!

You finished all 9 lessons and quizzes. You now know the basics of SQL.