Real SQLite engine — runs in your browser (WASM)

SQLite Playground

Write real SQLite SQL and run it instantly — no server, no signup. Practice dynamic typing, strftime, GROUP_CONCAT, JSON1 functions and more, checked against an actual SQLite engine.

Real SQLite, not a simulator 3 Difficulty Levels 20 Hands-On Exercises Timed Challenge Mode
Difficulty:
Exercise 1 of 8 0 solved
Timed Challenge
Question
easy

List Every Customer

Retrieve each customer's id, first_name, last_name and email, ordered by id.

Expected Columns:
Database Info

Database Schema

Table structures and relationships

customers (1/4)
SQLite Notes
    SQL Editor
    Results

    Run a query to see results

    Comments