Q. 'fetchrow_hashref()' returns a reference to the hash of row values keyed by what?
β
Correct Answer: (B)
column name
Explanation: This question is about the `fetchrow_hashref()` function in MySQL. This function is used to retrieve data from a database and store it in a special data structure called a hash.