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