Eine Tabelle, auf die in einer fremden Schlüsselbeschränkung (`Video_clips`.`channel_clips`, Constraint` clips_fk` Fremd Key (`clip_id`) referenzen` Video_Clips`.`.`.`clips` (`id`) in SQL]

SET FOREIGN_KEY_CHECKS = 0; 

truncate table "yourTableName";

SET FOREIGN_KEY_CHECKS = 1;
Tense Tarsier