Learn Relational Databases by Building a Database of Video Game Characters - Build a Database of Video Game Characters

Tell us what’s happening:

Cannot pass the step

“There’s your one row. Insert another row into second_table. Fill in the id and username columns with the values 2 and ‘Mario’”

I receive the error '“second_table” should have the correct row for “Mario.”

Your code so far

second_database’> INSERT INTO second_table(id, username) VALUES(2, ‘Mario’);

Your browser information:

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

Challenge Information:

Learn Relational Databases by Building a Database of Video Game Characters - Build a Database of Video Game Characters

Hi @codecampacct

View the table to see the contents.

Happy coding

you are not adding things in the table, you have a string open since the first line

you will need to write ';, then press enter, then you get an error message, and then you need to write again the commands

I tried again today and it works. Thank you for the responses everyone.

1 Like