πŸ“Š MySQL
Q. The function returning reference to hash of row values is . . . . . . . .
  • (A) fetchrow_array()
  • (B) fetchrow_arrayref()
  • (C) fetch()
  • (D) fetchrow_hashref()
πŸ’¬ Discuss
βœ… 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:

Explanation by: Sandhya Thakur
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:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
94
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Sandhya Thakur
Publisher
πŸ“ˆ
98%
Success Rate