InterviewSolution
Saved Bookmarks
| 1. |
is_connected() is the MYSQL function to : (i) establish a connection to a mysql database from python. (ii) verify whether the python application is connected to mysql database.(iii) traverse through records in mysql database. (iv) None of the above |
|
Answer» (e) verify whether the python application is connected to mysql database. |
|