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

Tell us what’s happening:
I have written the query exactly the way they are asking me to . I have cross-checked by using the query to extract the data as shown in the psql(left) terminal in the screenshot. I restarted my virtual machine multiple times. I tried changing the line of the code but there is no change. I’m clueless.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188

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

Link to the challenge:

Type “chmod +x student_info.sh” again in the terminal.
The access permission of the file executable may have been lost.

1 Like

It worked! Thank you so much!!!