Multiple choice

Which SQL command updates data in a database?

  1. MODIFY

  2. CHANGE

  3. UPDATE

  4. EDIT

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

UPDATE modifies existing data in a database. It changes values in specified columns for rows that match the WHERE condition, allowing targeted changes to existing records.