LPI Exam Questions

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;

Answer: set

Explanation:
see http://www.sqlite.org/syntaxdiagrams.html#update-stmt