Home » MYSQL » Mysql Error handling » Question
  1. All API calls return a value.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: A

In MySQL, not all the API calls return a value. The client routine named ‘mysql_close()’ is one that does not. The API calls that return a value are ‘mysql_sqlstate()’, ‘mysql_error()’ etc.



Your comments will be displayed only after manual approval.