SQL Explorer
Demo Environment
This environment resets nightly. Any data or connections you add are public.
SQL Explorer
New Query
Playground
Connections
Annotations
Logs
Favorites
test
no such table: actor_location
Title
sqlite-sakila.db
chinook_1.db
Connection
give me a list of all actors in new york
Description
SQL
SELECT a.actor_id, a.first_name, a.last_name FROM actor a JOIN actor_location al ON a.actor_id = al.actor_id WHERE al.city = 'New York';
Assistant Example
Save & Run
Save Only
Download...
CSV
JSON
Show Schema
Hide Schema
SQL Assistant
Loading...
Assistant prompt
"Ask Assistant" to try and automatically fix the issue. The assistant is already aware of error messages & context.
Ask Assistant