Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:

it will not let me move forward event after I copied the command. from the section into the terminal. here this prompt: You are ready to start adding some rows. First is Mario. Earlier, you used this command to add a row:

INSERT INTO second_table(id, username) VALUES(1, ‘Samus’);
The first parenthesis is for the column names, you can put as many columns as you want. The second parenthesis is for the values for those columns. Add a row to your table, give it a name of Mario…"

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

Challenge Information:

Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:

The command from the “hint” section isn’t working for prompt 58. I dont understand what I am doing wrong. Thanks!

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

Challenge Information:

Learn Relational Databases by Building a Mario Database - Build a Mario Database

Can you provide more information? Are you being asked to add another row for Mario?

Hi @mitchel312

I went ahead and combined your posts for you. In the future, just reply to the original thread to add further updates.

Thanks.

Okay. Why don’t you just use the INSERT example but increment the id value and use Mario’s name instead of Samus. Is that not working for you and, if not, please provide a screenshot of your terminal and the instructions. I know when I did this, I had more trouble with the interface than I did with the code.

Hey sorry about the double posts. I don’t know what happened, but I was able to move forward the next day. Thanks for the response.

OK I will do that next time. Thanks!