Multiple choice Which SQL command updates data in a database? MODIFY CHANGE UPDATE 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.