Computer Science for IGCSE & O level - Databases (Section 3 - No. 31)
Which SQL commands are used to modify the data in the database?
INSERT
UPDATE
DELETE
CREATE
Explanation
INSERT adds data, UPDATE modifies existing data, and DELETE removes data.
Comments (0)
