Multiple choice technology databases Which SQL statement is used to update data in a database? UPDATE MODIFY SAVE SAVE AS Reveal answer Fill a bubble to check yourself A Correct answer Explanation The UPDATE statement is the standard SQL command for modifying existing data in database tables. MODIFY, SAVE, and SAVE AS are not valid SQL DML statements - they are not part of the SQL language specification.