SQL Server-compatible mode — runs in your browser

SQL Server Playground

Write T-SQL and run it instantly — no server, no signup. Practice TOP, ISNULL, GETDATE, OFFSET…FETCH and more, with the common SQL Server-only syntax bridged automatically.

SQL Server-Compatible Mode 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)
SQL Server Notes
    SQL Editor
    Results

    Run a query to see results

    Comments