EcZachly / video-game-training-sql

Hey this is the repo that has all the queries and data for my video game training series!
127 stars 23 forks source link

Serious SQL Video Game Training

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

Base Data Model (getting started)

  1. Install Postgres locally (Homebrew is really nice for installing on Mac)
  2. 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"
  3. Set up DataGrip to point at your locally running Postgres instance
  4. Have fun querying!

Specific Trainings

Self Join Training

Window Functions Training