Run SQL in Your Browser 🧠

Try editing and running SQL:

Tip: Press Ctrl + Enter to run. Multiple statements are allowed (separated by ;).
Loading SQLite…
Show tables FK status Employees (FK) Birthdays Customers Orders JOIN demo GROUP BY demo Intentional error
CSV downloads the last displayed SELECT result (if your query has multiple SELECTs, it uses the last one).

SQL Help (Search & Insert)

Search: create, alter, drop, references, check, commit, rollback. Click “Insert” to paste into the editor.

Query History

    - Click an item to load it into the editor.
    - Duplicates are ignored (same SQL text, trimmed).
    - History is Remembered.