CORRECT TEXT
What word is missing from the following SQL statement? update tablename ____
fieldname=’value’ where id=909;
(Please specify the missing word using lower\_case letters only.)
Answer: set
CORRECT TEXT
What word is missing from the following SQL statement? update tablename ____
fieldname=’value’ where id=909;
(Please specify the missing word using lower\_case letters only.)
CORRECT TEXT
What word is missing from the following SQL statement? update tablename ____
fieldname=’value’ where id=909;
(Please specify the missing word using lower\_case letters only.)
Answer: set
https://www.codecademy.com/articles/sql-commands?r=master
Thanks