-
The function that returns reference to hash of row values is ____________.
-
- fetchrow_hashref()
- fetchrow_array()
- fetchrow_arrayref()
- fetch()
- None of these
Correct Option: A
The function ‘fetchrow_hashref()’ returns reference to hash of row values. ‘fetchrow_arrayref()’ returns a reference to an array of row values. ‘fetch()’ is the same as fetchrow_arrayref().