Project: Pick the Columns You Want
Practice to select specific columns from a table.
We'll cover the following...
We'll cover the following...
Task
Select just the type
and name
from the pets
table:
The pets
table
ID | Name | Type | Age |
1 | Coco | dog | 5 |
2 | Luna | cat | 3 |
3 | Goldie | fish | 1 |
Use the above table to write your query: