Home » MYSQL » Mysql Compound Statements » Question
  1. mysql_next_result() returns a status.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

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.



Your comments will be displayed only after manual approval.