InterviewSolution
Saved Bookmarks
| 1. |
‘fetchrow_hashref()’ returns a reference to the hash of row values keyed by what?(a) row name(b) column name(c) table name(d) database nameThis question was posed to me in a job interview.I need to ask this question from Operators in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» The correct option is (B) column name |
|