This is the repo that has all the queries and data for my Serious SQL video game training series!
The portfolio project for these trainings is located at https://www.halogods.com
- Install Postgres locally (Homebrew is really nice for installing on Mac)
- Use the data dump at the root of this directory and pg_restore to create a new database.
pg_restore -U <yourusername> -d postgres --no-owner "halo-data.dump"
- Set up DataGrip to point at your locally running Postgres instance
- Have fun querying!
- YouTube link
- Queries
- YouTube link
- Queries
- Simple consecutive streaks (covered in YT video)
- Win and lose streaks (extra credit example)
- Hot and Cold Bounded Window Functions (extra credit example)