This technical problem involves writing a SQL query that returns the id, name, and salary of all employees with a salary greater than $50,000.
The solution above is optimal because it uses the WHERE clause to filter the results.
Evaluated at: 2022-11-07 06:15:20