πŸ“Š MySQL
Q. Which of these has a lower memory requirements?
mysql_use_result(), mysql_store_result()
  • (A) mysql_use_result()
  • (B) mysql_store_result()
  • (C) same
  • (D) machine dependent
πŸ’¬ Discuss
βœ… Correct Answer: (A) mysql_use_result()

Explanation: This question is about two MySQL functions: mysql_use_result() and mysql_store_result(). Both functions are used to retrieve results from a query, but they differ in how they handle the data.

Explanation by: Shiva Ram
This question is about two MySQL functions: mysql_use_result() and mysql_store_result(). Both functions are used to retrieve results from a query, but they differ in how they handle the data.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
87
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
97%
Success Rate