truncate table primary key and foreign key in sql code example Example: how to truncate table with foreign key constraint SET FOREIGN_KEY_CHECKS = 0; TRUNCATE table1;