-- First, clear existing data (if any) SET FOREIGN_KEY_CHECKS = 0; TRUNCATE TABLE intern_skills; TRUNCATE TABLE activity_log; TRUNCATE TABLE internship_applications; TRUNCATE TABLE intern; TRUNCATE ...