missql-command
missql-command copied to clipboard
Hints
How about adding a hint or a show completed code. I'm stuck on level 5 and i have no idea what I'm doing wrong and there is nothing but the error "your insert statement should have added another topol..." which doesn't help me out. the command I'm using is 'insert into missiles (model_name) values ('Topol'); and thats the error. I believe I'm following the correct flow according to your examples
INSERT INTO cats (color, name)
VALUES ('red, 'Polly'); Any guidance would be appreciated.
"Update" Nevermind... I figured it out. insert into missiles (model_name, nationality) values ('Topol', 'USSR'); still would've been nice to have code completion for us noobs.