Drag and drop from the options below to insert a data item into the ''people'' table. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Drag and drop from the options below to insert a data item into the ''people'' table.

Drag and drop from the options below to insert a data item into the ''people'' table. INSERT INTO people VALUES ('John Smith', '1', 22)

20th Nov 2020, 2:05 PM
Jason Chew
Jason Chew - avatar
2 Answers
+ 1
INSERT INTO &VALUES
21st Dec 2022, 4:00 AM
Aniket Pawar
Aniket Pawar - avatar
- 1
Missing column names in sql command: INSERT INTO people (name,id,age) VALUES ...
26th Nov 2020, 8:09 PM
Václav Dostál
Václav Dostál - avatar