Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1

Tell us what’s happening:
I lost the part of the terminal where I can run the SQL commands (i.e. SELECT * FROM …)

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:107.0) Gecko/20100101 Firefox/107.0

Challenge: Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1

Link to the challenge:

you just need to log back into the psql terminal
if you don’t remember how to do that, just scroll up in the CodeRoad tab until you see a menu in the top left corner.
Click it, then click Review
Then read the instructions till you find the psql command

Thank you for your help!

Needed to enter psql --username=freecodecamp --dbname=postgres

1 Like