InterviewSolution
Saved Bookmarks
| 1. |
Which function returns reference to hash of row values?(a) fetchrow_array()(b) fetchrow_arrayref()(c) fetch()(d) fetchrow_hashref()I have been asked this question by my college professor while I was bunking the class.My doubt is from Copying Databases to Another Server in section Database Maintenance, Backups and Replication of MySQL |
|
Answer» Correct ANSWER is (d) fetchrow_hashref() |
|