That's right! We start with SELECT, provide a table in the FROM clause, and set a condition in the WHERE clause.
SELECT
FROM
WHERE
Not quite! We start with SELECT, provide a table in the FROM clause, and set a condition in the WHERE clause.