jsonrocha / assignments

0 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

jsonrocha commented 6 years ago

https://gist.github.com/rochaproforma/632b4f2408b02afd660b8dc3d39c7f00

mdewey commented 6 years ago

Awesome Work!