Beginner
SQL
Q6 / 100
Which statement modifies existing data in a table?
Correct! Well done.
Incorrect.
The correct answer is C) UPDATE
C
Correct Answer
UPDATE
Explanation
UPDATE table_name SET column = value WHERE condition modifies existing rows that match the condition.
Progress
6/100