Home » MYSQL » Mysql Compound Statements » Question
  1. How many of the following take a connection handler as argument?
    mysql_store_result(), mysql_use_result()
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: B

The functions ‘mysql_store_result()’ and ‘mysql_use_result()’ are similar because both of them take a connection handler argument and then return a result set after carrying out the processes.



Your comments will be displayed only after manual approval.