Rearrange the code to update the ''name'' and ''age'' columns of the ''students'' table. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Rearrange the code to update the ''name'' and ''age'' columns of the ''students'' table.

UPDATE students SET name='Peter', age=32 WHERE id=147;

20th Nov 2020, 1:40 PM
Jason Chew
Jason Chew - avatar
2 Answers
+ 2
Dear sololearner . Don't ask for homeworks please . Thank you and happy quarantine .
22nd Nov 2020, 10:41 AM
Mr. Knight
0
Thanks! Cheers!
25th Nov 2020, 1:04 PM
Jason Chew
Jason Chew - avatar