What is the purpose of the SQL TRUNCATE TABLE statement?
A. Remove specific records
B. Remove all records and reset auto-increment
C. Remove duplicate records
D. Remove NULL values
'TRUNCATE TABLE' removes all records and resets the auto-increment in MySQL.