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