InterviewSolution
Saved Bookmarks
| 1. |
Which language is the core for APIs and communication in MySQL?(a) C(b) C++(c) Python(d) Ruby |
|
Answer» Correct choice is (a) C To elaborate: In order to provide application development, MySQL provides a client library written in the C programming language. It enables the access of MySQL databases from a C program. |
|