Q. Which of these has a lower memory requirements?
mysql_use_result(), mysql_store_result()
mysql_use_result(), mysql_store_result()
β
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.