Computer Science for IGCSE & O level - Databases (Section 1 - No. 9)

Which SQL command is used to delete records from a table?
DROP
DELETE
REMOVE
TRUNCATE

Explanation

The DELETE command is used to remove rows/records from a table.

Comments (0)

Advertisement