CodeAgeBy Sitezack
Your data, your database 🗄️SQL with real data0 XP
Chapter progress0/5

Lesson 1 of 6

Optional

Quick recap

A database is like a supercharged spreadsheet: tables, columns, rows. Here a real SQLite engine runs in your browser, no install needed.

You write SQL and the result shows up as a table. Already comfy with SELECT? Skip with no penalty.

SELECT column FROM table;

🎯 Your goal

Select the title column from the songs table to display the three titles.

PRO lesson

This advanced chapter is part of CodeAge PRO. Unlock it to keep your adventure going.

Discover PRO