Which of the following choices demonstrates the proper way to close a database connection given
that$dbh is the database handle?
A.
Disconnect=>$dbh;
B.
disconnect$dbh;
C.
$dbh->disconnect;
D.
close($dbh);
Which of the following choices demonstrates the proper way to close a database connection given
that$dbh is the database handle?
Which of the following choices demonstrates the proper way to close a database connection given
that$dbh is the database handle?
A.
Disconnect=>$dbh;
B.
disconnect$dbh;
C.
$dbh->disconnect;
D.
close($dbh);