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