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
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.