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
Answer: b) UPDATE SET
Explanation: The UPDATE SET statement is used to update data in a table in SQLite.