A

Admin • 833K Points
Coach

Q. The function returning an array of row values is . . . . . . . .

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

Explanation by: Admin

This question is asking about a function in MySQL that gets data from a database table and returns it as an array. Arrays are like lists that can hold multiple values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.