0 votes
in Sql by

Which of the following SQL statements is used to update data in a table in SQLite?

a) UPDATE TABLE

b) UPDATE SET

c) MODIFY

d) None of the above

1 Answer

0 votes
by

Answer: b) UPDATE SET

Explanation: The UPDATE SET statement is used to update data in a table in SQLite.

...