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