Computer Science for IGCSE & O level - Databases (Section 6 - No. 8)

Which SQL command is used to change existing data in a table?
SELECT
INSERT
UPDATE
DELETE

Explanation

The `UPDATE` command is used to modify existing data in one or more rows of a table.

Comments (0)

Advertisement