Q. fetchrow_hashref() returns reference to hash of row values keyed by . . . . . . . .
β
Correct Answer: (B)
column name
Explanation: This question is about how the fetchrow_hashref() function in MySQL works. It's asking about what keys are used to label the values within the hash it returns.