Stuck @ Learn SQL Building student Database

Tell us what’s happening:
Hes guys, I am stuck at this level. Do you have an Idea to fix this?
I logged in after my last learning session and the terminal says

“relation majors does not exist”.

Maybe I it is just creating a relation to the majors table. But I don’t know how to do this.
Any tipps and tricks for this problem?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15

Challenge: Build a Student Database: Part 1

Link to the challenge:

1 Like

Are you connected to the database?

Try \c students and then run the commands. Also, make sure to check all the hints.

2 Likes

I tried, but Terminal-response is “bash: c: command not found.”
I also checked the hints.

You are connected to the postgres database @Projekto0r, you need to be connected to students. Enter @zaira_h’s suggested command in the psql prompt (not the bash terminal) to connect to it. You should then be able to pass the step.