Skip to content

Resilient-Labs/week02-alumni-project-postgres-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

🔢 Week02 Alumni Project: PostgreSQL Query

Goal: Build a Simple DB and submit a photo of the results of a complicated query

What it should look like:

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

How to submit your code for review:

  • 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...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors