SQL more care practice problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

SQL more care practice problem

Help can’t figure this one out I’ve tried a bunch of ways. SELECT * FROM garage INSERT INTO garage VALUES (6, 'Mercedes-Benz', 'G 63', 2020), (7,'Porsche','Panamera', 2020);

28th Jan 2022, 12:39 AM
Josh
3 Answers
+ 3
INSERT INTO Garage VALUES (6, 'Mercedes-Benz', 'G 63', 2020), (7, 'Porsche', 'Panamera', 2020); SELECT * FROM Garage;
28th Jan 2022, 1:00 AM
SoloProg
SoloProg - avatar
+ 1
Thank you. That was killing me all day
28th Jan 2022, 1:37 AM
Josh
+ 1
lol You already finished the code all you need is to fix the order of the code.
29th Jan 2022, 9:33 AM
SoloProg
SoloProg - avatar