0
Help with SQL practice
I am doing the 21.2 practice called more cars. It keeps giving me the error "no input" INSERT INTO Garage (id, make, model, prodyear) VALUES (6, 'Mercedes-Benz', 'G 63', 2020), (7, 'Porshe', 'panamera', 2020); SELECT * FROM Garage I even saw the solution and it's exactly the same as mine.
4 Respuestas
+ 3
You have typo in 'Porsche' (missing letter 'c') and 'Panamera' where the first letter should be uppercase 'P'
Must be more careful, even one different letter case matters ...
+ 2
Ipang
I think it is case insensitive here
+ 1
Harsha S
Usually quizzes are strict about outputs and formats. I just thought it goes the same with this one but let''s see the OP's response : )
+ 1
Ipang
Thanks, it worked. I was getting frustrated.