Home » MYSQL » Connection » Question
  1. The function that returns a reference to an array of row values is ______________.
    1. fetchrow_arrayref()
    2. fetch()
    3. fetchrow_hashref()
    4. fetchrow_array()
    5. None of these
Correct Option: A

‘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().



Your comments will be displayed only after manual approval.