delete from 表名 where 筛选条件
delete from student where `id`= 7;
truncate table 表名
truncate table student;