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

Tell us what’s happening:

I am in the “Learn Rlational Dabases by Building a Mario Databe” course.
Here here what I am asked to do:
“Add two more rows for Peach sounds. The filenames are yay.wav and woo-hoo.wav. Don’t forget her character_id. Try to do it with one command.”
Here is my code: INSERT INTO sounds(filename, character_id) VALUES(‘yay.wav’, 3), (‘woo-hoo.wav’, 3);
I don’t know what is wrong. I can’t pass the test. Is this a glitch on the VM?

Your code so far

Your browser information:

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

Challenge Information:

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

what do the tests say when you do this?

@im59138 I tried to enter the same code today and it works. Thank you!