Home » MYSQL » MySQL Operators » Question
  1. Which function returns an array of row values?
    1. fetchrow_arrayref()
    2. fetchrow_hashref()
    3. fetchrow_array()
    4. fetch()
    5. 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().



Your comments will be displayed only after manual approval.