You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the You Do: Building our DB (10/60) exercise many students were confused on what they should be doing and how to get started. They didn't understand that commands starting with $ were in the terminal and that SQL commands could only be used in the psql REPL. It might be helpful to do the createdb library and the two commands to load the schema & seeds as a class and then explicitly state that SQL has to be done in the psql REPL.
The text was updated successfully, but these errors were encountered:
In the
You Do: Building our DB (10/60)
exercise many students were confused on what they should be doing and how to get started. They didn't understand that commands starting with $ were in the terminal and that SQL commands could only be used in the psql REPL. It might be helpful to do thecreatedb library
and the two commands to load the schema & seeds as a class and then explicitly state that SQL has to be done in the psql REPL.The text was updated successfully, but these errors were encountered: