Free practice · SQL environment
Run your first query in two minutes.
The query is ready: it should display the name and price of three products. Run it to see SQL turn a table into a result.
No accountFictional dataRead-only queries
Browser-based SQL environment
First query — display two columns
Run a read-only query on this exercise's fictional data. Nothing is sent to SQL.tn.
Shortcut: Ctrl/⌘ + Enter
The SQL environment will be prepared when you first run the query.
Preview
Available data
| prix | produit | categorie | id_produit |
|---|---|---|---|
| 89 | Keyboard | IT | 1 |
| 45 | Mouse | IT | 2 |
| 12 | Notebook | Office | 3 |