fr

Test Question SQL - Fundamentals

Write a SQL query to retrieve the list of employees with a salary greater than 5100.

Very easy

Given the following 'employees' table:

| id | first_name | last_name | salary |
|----|------------|-----------|--------|
| 1  | John       | Doe       | 5000   |
| 2  | Jane       | Smith     | 5500   |
| 3  | Alice      | Johnson   | 5200   |

Which SQL query retrieves the list of employees with a salary greater than 5100?

Author: W3D teamStatus : PublishedQuestion answered 803 times
6
Reviews from developersNo one has evaluated this question yet - be the first!
⚠️
Your browser is badly|not supported!
We recommend you to use a more modern browser such as Edge, Chrome or Firefox
Know More