solismc / Projects

Repository of projects I've worked on
1 stars 0 forks source link

Week 08 Day 3 - INSERT INTO Student (knowledge) VALUES ('SQL') - #31

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Every application uses data in some way. This will help you set up your development environment as well as get used to querying databases.

Objectives

Requirements

For Mac:

Use homebrew to install Postgres

brew install postgres

Windows:

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

solismc commented 6 years ago

https://gist.github.com/solismc/fd5d1f9d0dc467cca33257918849873d

mdewey commented 6 years ago

Awesome Work!