Multiple choice

TRUNCATE command is used to

  1. delete table definition

  2. delete information from tables

  3. delete constraint on tables

  4. 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.