SQL é nulo com a Count ()
SELECT COUNT(*)
FROM Employee
WHERE email IS NULL;
SAMER SAEID
SELECT COUNT(*)
FROM Employee
WHERE email IS NULL;