InterviewSolution
Saved Bookmarks
| 1. |
Which variable is a handle to a database object?(a) $dbh(b) $sth(c) $fh(d) $hI have been asked this question during an interview for a job.My question is based upon Date and Time Data Types topic in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» The correct choice is (a) $dbh |
|