Problem: Find the Rows That Matter
Show all pets that are younger than four years old:
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.
Problem: Find the Rows That Matter
Show all pets that are younger than four years old:
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.