Q. The function 'fetchrow_hashref()' returns reference to hash of row values keyed by . . . . . . . .
β
Correct Answer: (B)
column name
Explanation: This question asks about the fetchrow_hashref() function in MySQL. This function is used to get a row of data from a result set and store it as a hash, which is like a special kind of list where each item has a unique key.