Tell us what’s happening:
Describe your issue in detail here.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Challenge: Learn Relational Databases by Building a Mario Database - Build a Mario Database
Link to the challenge:
bei dieser Aufgabe bekomme ich eine Fehlermeldung, obwohl ich denke das ich sie richtig gelöst habe.
If you don’t get a message after a command, it is likely incomplete. This is because you can put a command on multiple lines. Add two more rows. Give the first one the values: Daisy
, Sarasaland
, and Yellow
. The second: Yoshi
, Dinosaur Land
, and Green
. Try to do it with one command.
Meine Eingabe inklusive Fehlermedlung.
codeally@7ff580b5ee32:~/project$ INSERT INTO characters/name, homeland, favorite_color) VALUES(‘Daisy’, ‘Sarasaland’, ‘Yellow’), (‘Yoshi’, Dragonaus Land’, ‘Green’);
bash: syntax error near unexpected token `)’
codeally@7ff580b5ee32:~/project$