Challenge: Pick the Columns You Want

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.

Challenge: Pick the Columns You Want

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.

MySQL
# Write your query here: