SQL - Aggregate Functions
Consider the query:
SELECT COUNT(employee_id) FROM staff; but it returns 0 even though the table has rows. What is the most likely reason?