Multiple choice technology databases Which SQL statement is used to update data in a database? UPDATE MODIFY SAVE AS 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.