Multiple choice technology databases

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

  1. UPDATE

  2. MODIFY

  3. SAVE

  4. 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.