-
‘fetchrow_hashref()’ returns reference to hash of row values keyed by what?
-
- database name
- row name
- column name
- table name
- None of these
Correct Option: C
The function ‘fetchrow_hashref()’ returns reference to hash of row values, keyed by the column name. The function ‘fetchrow_arrayref()’ returns a reference to an array of row values.