Alexiskjg16 / Assignments

Assignments for Homework for Cohort 10
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

Alexiskjg16 commented 6 years ago

https://gist.github.com/Alexiskjg16/e8b4fcb51122ac0a0ae971142d61b188

mdewey commented 6 years ago

Awesome Work!