1.

mysql_next_result() does not return.(a) True(b) FalseI got this question in an online interview.My doubt is from Structure of the Data Directory in section MySQL Data Directory of MySQL

Answer»

Correct answer is (b) False

Easy 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.



Discussion

No Comment Found

Related InterviewSolutions