The lines of such statements are what we call clauses. In a select statement, we use a SELECT clause for the columns and a FROM clause for the tables.

What about this clause?

Nice! We can use a WHERE clause to get data based on certain conditions. If we skip it, we get every row of a table.

Psst: some database systems require single quotes for values, which is why we'll use them over double quotes.

Don't we have to enclose strings in quotes?