InterviewSolution
Saved Bookmarks
| 1. |
Which function returns reference to array of row values?(a) fetchrow_array()(b) fetchrow_arrayref()(c) fetch()(d) fetchrow_hashref()The question was posed to me in class test.Question is taken from Copying Databases to Another Server in section Database Maintenance, Backups and Replication of MySQL |
|
Answer» Right choice is (b) fetchrow_arrayref() |
|