Learn SQL by Building a Student Database: Part 2

I’m currently running into a permissions error when applying the students.sql file from the terminal. When I try to execute the command, the following error is returned: “bash: students.sql: Permissions denied”.
image

When trying to grant executable permission to the file, I get another error stating I’m not allowed to execute the operation. Has anyone else run into this issue before?

Much thanks!

I was curious about the file’s permissions which were set and ran a command to check what that was. All looked good, so I tried to run the command again and for some reason, it worked!