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

Tell us what’s happening:

When I need to add Database Administration value in the table I get a syntax error at the “('”. I even copied and pasted the text and ran it, still did not work.

Your code so far

INSERT INTO majors(major) VALUES(‘Database Administration’);

Your browser information:

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

Challenge Information:

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

the sql code can’t be written in the bash terminal, you need to connect to postgres first