Which SQL statement is utilized to remove all rows from a table?
DELETE FROM
ALTER TABLE
DROP TABLE
TRUNCATE TABLE

Computer Science Exercises are loading ...