Multiple choice TRUNCATE command is used to delete table definition delete information from tables delete constraint on tables delete index on tables Reveal answer Fill a bubble to check yourself B Correct answer Explanation TRUNCATE is a DDL command that removes all rows from a table while keeping the table structure intact.