Q. The function that returns a reference to an array of row values is . . . . . . . .
β
Correct Answer: (B)
fetchrow_arrayref()
Explanation: This question asks about a function in MySQL that helps you get data from a database query and organize it into an array.