πŸ“Š MySQL
Q. The function 'fetchrow_hashref()' returns reference to hash of row values keyed by . . . . . . . .
  • (A) row name
  • (B) column name
  • (C) table name
  • (D) database name
πŸ’¬ Discuss
βœ… Correct Answer: (B) column name

Explanation: This question asks about the fetchrow_hashref() function in MySQL. This function is used to get a row of data from a result set and store it as a hash, which is like a special kind of list where each item has a unique key.

Explanation by: Priyanka Tomar
This question asks about the fetchrow_hashref() function in MySQL. This function is used to get a row of data from a result set and store it as a hash, which is like a special kind of list where each item has a unique key.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
83
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
86%
Success Rate