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

Which SQL command is used to remove data from a database table?
INSERT
UPDATE
DELETE
SELECT

Explanation

The `DELETE` command is used to remove rows (records) from a table in a database.

Comments (0)

Advertisement