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

COUNT Function

What does this query return?

SQL
SELECT COUNT(*) FROM employees
WHERE department = 'Sales';

🔮 What is the output?