https://github.com/lmizner/codecademy_postgresql_baseball
Querying a baseball database to find some of the most notable achievements throughout baseball history
https://github.com/lmizner/codecademy_postgresql_baseball
group-by inner-join left-join order-by postbird postgresql sql
Last synced: 9 months ago
JSON representation
Querying a baseball database to find some of the most notable achievements throughout baseball history
- Host: GitHub
- URL: https://github.com/lmizner/codecademy_postgresql_baseball
- Owner: lmizner
- Created: 2022-11-02T22:53:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T23:00:25.000Z (over 3 years ago)
- Last Synced: 2025-04-02T17:12:31.271Z (about 1 year ago)
- Topics: group-by, inner-join, left-join, order-by, postbird, postgresql, sql
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codecademy_postgresql_baseball
## Best of Baseball Awards
In this project, we will be looking at a massive baseball database containing information about players, teams, managers, salaries, and just about anything you might want to know about baseball. This dataset contains data from 2019 all the way back to 1871. Let’s see what interesting facts we can learn from this database!
* Step 1: Downloading The Data
* Step 2: Investigate The Data
* Step 3: Handing Out Awards