Level 1 - BeginnerOutput Prediction Questions
Output Prediction: ORDER BY + LIMIT
Use the sample table below. What will this query return? SELECT name FROM employees ORDER BY salary DESC LIMIT 1;
Use the sample table below. What will this query return? SELECT name FROM employees ORDER BY salary DESC LIMIT 1;