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
ILM
3
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
hi, i am trying to study the same course i downladed every thing and all is fine but the first step just fails ,
it is so simple and i did what it says , but every tinme it doesn’t run and i dont know what to do
you will need to open a new topic for this and describe your issue in more detail
1 Like
system
Closed
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.