Home » MYSQL » MySQL Operators » Question
  1. ‘fetchrow_hashref()’ returns reference to hash of row values keyed by what?
    1. database name
    2. row name
    3. column name
    4. table name
    5. None of these
Correct Option: C

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.