InterviewSolution
Saved Bookmarks
| 1. |
The function returning reference to hash of row values is ______________(a) fetchrow_array()(b) fetchrow_arrayref()(c) fetch()(d) fetchrow_hashref()The question was asked in an international level competition.I would like to ask this question from Putting Perl DBI to Work in division MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» The correct ANSWER is (d) fetchrow_hashref() |
|