SQL Fundamentals — Easy Which statement permanently removes a table and all its data from the database? A REMOVE TABLE B TRUNCATE TABLE C DELETE TABLE D DROP TABLE Show explanation