Skip to main content
🔮 Output PredictionSQ SQL Easy⚡+10 XP

ORDER BY Default

In what order does this return results?

SQL
SELECT name FROM employees
ORDER BY name;

🔮 What is the output?