Which of the following choices demonstrates the proper way to close a database connection given that seenagape 11 years ago Which of the following choices demonstrates the proper way to close a database connection giventhat$dbh is the database handle? A.Disconnect=>$dbh; B.disconnect$dbh; C.$dbh->disconnect; D.close($dbh); ← Previous question Next question →