Last but by no means least, let's revisit the select statement and have the results include multiple columns!

Nice! We can use a * sign to select all of columns at once.

Psst: again, a select statement needs at least a SELECT and a FROM clause to indicate the table that we want to query.

Almost! Didn't we want to select multiple columns, not just one?