students
SQL
-- Write only the SQL statement that solves the problem and nothing else
SELECT count(*)
FROM students
WHERE firstName='John'
-- Write only the SQL statement that solves the problem and nothing else
SELECT count(*)
FROM students
WHERE firstName='John'