Computer Science for IGCSE & O level - Databases (Section 4 - No. 7)
Which command is used to remove data from a table?
TRUNCATE TABLE
DELETE FROM
DROP TABLE
REMOVE DATA
Explanation
The DELETE FROM command is used to delete specific rows or all rows.
Comments (0)
