Help for this page
1) ; (drop table student
my $sql = 'DELETE FROM student where student_id = ?'; my $sth = $dbh->prepare($sql); ... $sth->execute($id); } }