delete score,student from score t1 inner join student t2 on t1.student_id=t2.student_id where t1.student_id='01';