CodeAgeBy Sitezack
SQL for ProsSQL with SQLite0 XP
Chapter progress0/6

Lesson 2 of 7

SELECT: your first query

SQL is the language of relational databases. Here a real SQLite engine runs your queries — the customers table is already filled.

SELECT column FROM table returns one column. The result appears directly in the Result panel, as a table.

SELECT name FROM customers;

🎯 Exercise

Write the query that selects the name column from the customers table.

PRO lesson

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

Discover PRO