Multiple choice Select the SQL statement which is used to delete the data inside a table. SQL DELETE SQL DROP TABLE SQL DROP INDEX SQL DROP DATABASE SQL TRUNCATE TABLE Reveal answer Fill a bubble to check yourself E Correct answer Explanation The SQL TRUNCATE TABLE statement is used to delete only the data inside a table and not the table itself.