What word is missing from the following SQL statement?

CORRECT TEXT

What word is missing from the following SQL statement? update tablename ____
fieldname=’value’ where id=909;

CORRECT TEXT

What word is missing from the following SQL statement? update tablename ____
fieldname=’value’ where id=909;

Answer: SET



Leave a Reply 1

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


Marcus

Marcus

SET

update tablename set fieldname=’value’ where id=909;