Multiple choice technology databases

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

  1. SAVE

  2. SAVE AS

  3. MODIFY

  4. UPDATE

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

The UPDATE statement is used to modify existing data in a database table. It allows you to change values in specific columns for rows that match a given condition. Options A (SAVE), B (SAVE AS), and C (MODIFY) are not valid SQL statements for updating data.