Home » MYSQL » MySQL Database Operations » Question
  1. The function that returns reference to hash of row values is ____________.
    1. fetchrow_hashref()
    2. fetchrow_array()
    3. fetchrow_arrayref()
    4. fetch()
    5. None of these
Correct Option: A

The function ‘fetchrow_hashref()’ returns reference to hash 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.