Switch to dark theme
Switch to light theme
Database
Tables
Views
Enter Query
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
job_id,
salary
FROM
employees
ORDER
BY
job_id,
salary
DESC
;
Run
Format
SQL
Share
Reset
DB
Query Result
Loading...