A

Admin • 833K Points
Coach

Q. Which function returns an array of row values?

  • (A) fetchrow_array()
  • (B) fetchrow_arrayref()
  • (C) fetch()
  • (D) fetchrow_hashref()
  • Correct Answer - Option(A)
  • Views: 28
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question asks about a function in MySQL that gives you a list of values from a row in your database. Imagine you have a table called "students" with columns like "name", "age", and "grade". When you ask for information from this table, you want a way to get all the details of a single student, like their name, age, and grade, as a set of values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.