Switch to dark theme
Switch to light theme
Database
Tables
Views
Enter Query
9
1
2
3
4
›
⌄
SELECT
ROUND(AVG(
DISTINCT
salary),
2
) average_salary
FROM
employees;
Run
Format
SQL
Share
Reset
DB
Query Result
Loading...