πŸ“Š MySQL
Q. Which function returns an array of row values?
  • (A) fetchrow_array()
  • (B) fetchrow_arrayref()
  • (C) fetch()
  • (D) fetchrow_hashref()
πŸ’¬ Discuss
βœ… Correct Answer: (A) fetchrow_array()

Explanation: 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.

Explanation by: Rakesh Kumar
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
90
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
80%
Success Rate