Use desktop for interactive SQL sandbox

Greetings SQL developer

Learn and practice SQL on your own MySQL, PostgreSQL, MariaDB, Oracle instances.

Usage

  • Use tabs to switch between multiple SQL editors

    tabs

    • First tab is the Notes section

    • Other tabs have SQL editor to type and execute your SQL queries.

    • Click '+' to add more tabs

  • Select Database Management System (MySQL, Postgres) from the drop down

  • Click "Run" button to execute your SQL code

dbms

  • Results from your query will be displayed in the right pane.

Also available

Puzzles

Try your hand at some SQL puzzles

Data generators
  • CSV to SQL
  • JSON to SQL

SQL Output

busque todos os nomes maiores que 10 caracteres
Public
busque todos os nomes maiores que 10 caracteres
anonymousUser
PostgreSQL
Created Oct 26, 2024
1Notes Notes
2SQL SQL
1 SQL 1 Notes
Switch to a SQL tab and press Alt+Enter to run queries
busque todos os nomes maiores que 10 caracteres Updated 10/26/24, 7:34 PM
Notes SQL
Alt+Enter to run