Can you order these clauses into a statement?

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

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