0 By Praveen Macherla In Data Definition Language (DDL)Posted October 18, 2016TRUNCATE TABLE SyntaxIn some cases, you want to delete all table data in a fast way and reset all auto increment columns. MySQL provides TRUNCATE table statement to allow you to do so. The SQL TRUNCATE statement is [...] READ MORE