InterviewSolution
Saved Bookmarks
| 1. |
The primary programming interface to MySQL is _____________(a) C API(b) C++ API(c) Java API(d) Python API |
|
Answer» Correct option is (a) C API To explain: The primary programming interface to MySQL is the C API. It is used to implement some of the standard clients in the MySQL distribution including mysql, mysqladmin and mysqldump. |
|