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?

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);



Leave a Reply 0

Your email address will not be published. Required fields are marked *