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