SQL (Structured Query Language) is the standard language for managing and manipulating relational databases. It allows you to create, read, update, and delete data.
What is SQL?
SQL lets you communicate with databases. It's used by nearly every application that stores data โ from websites to mobile apps to enterprise systems.
How this editor works
This editor runs PostgreSQL directly in your browser using PGlite โ no server needed! Write SQL in the left panel and click Execute or press Ctrl+Enter.
Pre-loaded data
An employees table is pre-loaded with 8 rows. Try: Hello SQL โ