Computer Science for IGCSE & O level - Databases (Section 4 - No. 25)

Which SQL statement is used to update data in a table?
INSERT
SELECT
UPDATE
DELETE

Explanation

The UPDATE statement is used to modify existing data in a table.

Comments (0)

Advertisement