Computer Science for IGCSE & O level - Databases (Section 3 - No. 43)

Which SQL statement is used to modify existing data in a database table?
CREATE
INSERT
UPDATE
DELETE

Explanation

The `UPDATE` statement is used to modify existing data.

Comments (0)

Advertisement