Multiple choice sql Which SQL statement is used to update data in a database? UPDATE SAVE AS MODIFY SAVE Reveal answer Fill a bubble to check yourself A Correct answer Explanation The UPDATE statement is used to modify existing records in a database table. It is typically used in conjunction with a WHERE clause to specify which records should be changed.