What word is missing from the following SQL statement?

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *