- Clone the repo
 $ cdto your local repo clone$ git checkout sqlzoo/join$ bundle install$ rails db:setup
$ git checkout query/goodor$ git checkout query/bad$ bundle exec rails s- Visit 
localhost:3000, and - You should have 20 Task record for you to query by now
 
$ git checkout sqlzoo/join$ bundle exec rails c> Hirb.enable- Try the exercises with ActiveRecord instead of raw SQL queries ;)
 
Check out
db/schema.rbfor references on column names in tables