Computer Science for IGCSE & O level - Databases (Section 5 - No. 38)

Which SQL command removes one or more row(s) from the database?
INSERT
SELECT
UPDATE
DELETE

Explanation

The DELETE statement removes one or more rows from a table.

Comments (0)

Advertisement