Multiple choice sql

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

  1. UPDATE

  2. SAVE AS

  3. MODIFY

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