Sweet! We need a select statement with three clauses: SELECT, which only selects the name column, FROM and WHERE.
SELECT
name
FROM
WHERE
Not quite! We need a select statement with three clauses: SELECT, which only selects the name column, FROM and WHERE.