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