Build a Mario Database, stuck when inserting sounds rows

I am stuck on this step. I have tried many times by reseting the code. My code is identical to the one from the solution given in the hints. Any ideas on why I am not progressing ?

i don’t think you have used the correct command.
Press Get a Hint again to get more help.

Hi,

  • First, are you sure that mario id is one ?

To know Mario ID

SELECT  * FROM characters;

yes!

Uhm, could you log the table “sounds” after your command ?

SELECT * FROM sounds;

just a follow-up, I believe you are mistyping the filename as .mav instead of .wav but it is hard to tell from the picture.
Suggest you copy and paste the command…