InterviewSolution
Saved Bookmarks
| 1. |
Which function returns a reference to hash of row values?(a) fetchrow_array()(b) fetchrow_arrayref()(c) fetch()(d) fetchrow_hashref()I had been asked this question in final exam.Question is taken from Operators topic in section Data Type Reference, Operators and Functions of MySQL |
|
Answer» The CORRECT answer is (d) fetchrow_hashref() |
|