• A TRUNCATE TABLE deletes the table structure and its data.
  • B TRUNCATE TABLE removes the table structure but preserves its data.
  • C TRUNCATE TABLE only removes the data from a table.
  • D TRUNCATE TABLE is not a valid statement in MySQL.
  • Share this MCQ