What word is missing from the following SQL statement?
update tablename _____ fieldname=’value’ where id=909;
Answer: set
Explanation/Reference:
see http://www.sqlite.org/syntaxdiagrams.html#update-stmt
What word is missing from the following SQL statement?
update tablename _____ fieldname=’value’ where id=909;
What word is missing from the following SQL statement?
update tablename _____ fieldname=’value’ where id=909;
Answer: set
Explanation/Reference:
see http://www.sqlite.org/syntaxdiagrams.html#update-stmt