Q. Which variable is a handle to a database object?
β
Correct Answer: (A)
$dbh
Explanation: This question is about how MySQL interacts with databases. Imagine you want to talk to a database. You need a way to connect to it and work with it.