Home » MYSQL » MySQL Database Operations » Question
  1. The function ‘fetchrow_hashref()’ returns reference to hash of row values keyed by ______________.
    1. column name
    2. table name
    3. database name
    4. row name
    5. None of these
Correct Option: A

The function ‘fetchrow_hashref()’ returns reference to hash of row values, keyed by the column name. The function ‘fetchrow_arrayref()’ returns a reference to an array of row values.



Your comments will be displayed only after manual approval.