At least 20 students in your database. The query should return all students who graduated, live in Boston, and are under 30 in ascending order based on id.
| id | first_name | last_name | cohort | grad status | age | city | state | neighborhood |
|---|---|---|---|---|---|---|---|---|
| 05 | Sarah | Sanders | 2017a | graduated | 22 | Boston | MA | JP |
| 11 | Jamal | Wehadababyitsaboy | 2017b | graduated | 23 | Boston | MA | Roxbury |
| 13 | Queen | Elizabeth | 2018a | graduated | 29 | Boston | MA | Dorchester |
| 17 | Bob | Rainbow | 2018b | graduated | 27 | Boston | MA | Dorchester |
- Fork and clone this repo
- Create a new branch called answer
- Checkout answer branch
- Push to your fork
- Issue a pull request
- Your pull request description should contain the following:
- (1 to 5 no 3) I completed the challenge
- (1 to 5 no 3) I feel good about my code
- Anything specific on which you want feedback!
Example:
I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...