Help with SQL practice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

16th Nov 2022, 1:10 AM
Katherin Amador
Katherin Amador - avatar
4 Answers
+ 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 ...
16th Nov 2022, 1:46 AM
Ipang
+ 2
Ipang I think it is case insensitive here
16th Nov 2022, 3:17 AM
Harsha S
Harsha S - avatar
+ 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 : )
16th Nov 2022, 3:44 AM
Ipang
+ 1
Ipang Thanks, it worked. I was getting frustrated.
16th Nov 2022, 3:53 AM
Katherin Amador
Katherin Amador - avatar