...

/

Pick the Columns You Want

Pick the Columns You Want

Learn to select specific columns from a table.

You’ve seen how to retrieve an entire table with SELECT *. Now let’s get specific: you’ll learn how to query only the columns you need.

Goal

You’ll aim to:

  • Select specific columns using SELECT ...