SQL ist null mit count ()

SELECT COUNT(*)
FROM Employee
WHERE email IS NULL;
SAMER SAEID