Multiple choice technology databases

Which SQL statement is used to update data in a database?

  1. UPDATE

  2. MODIFY

  3. SAVE AS

  4. SAVE

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

UPDATE is the correct SQL statement for modifying existing data in database tables. You use UPDATE with SET to change column values. MODIFY, SAVE AS, and SAVE are not standard SQL statements for updating table data.