mysql_next_result() does not return a status.
(a) True
(b) False
The question was asked in an online interview.
I want to ask this question from Status Variables in chapter System, Status and User Variables of MySQL
(a) True
(b) False
The question was asked in an online interview.
I want to ask this question from Status Variables in chapter System, Status and User Variables of MySQL
Right answer is (b) False
Easiest explanation: The function ‘mysql_next_result()’ returns a status and initiates retrieval of the next set if more results are available. The status is zero if more results are available and -1 if not.