Q. The function returning reference to hash of row values is . . . . . . . .
β
Correct Answer: (D)
fetchrow_hashref()
Explanation: This question is about how to get data from a MySQL database in a way that's easy to work with in your code. Imagine you're asking the database for information about a student, and you want to store the student's name, age, and grade in separate variables. Here's the breakdown: